Skip to content

Commit

Permalink
fix: allow export default in prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 25, 2023
1 parent 61a13ee commit 116c0bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/imports.ts
Expand Up @@ -44,6 +44,7 @@ export const imports: FlatESLintConfigItem[] = [
`**/{index,vite,esbuild,rollup,webpack,rspack}.ts`,
'**/*.d.ts',
`${GLOB_MARKDOWN}/**`,
'**/.prettierrc*',
],
plugins: {
import: pluginImport,
Expand Down

0 comments on commit 116c0bf

Please sign in to comment.