Skip to content

Commit

Permalink
feat: disable no-default-export for nitro
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 4, 2024
1 parent 21d84da commit 3adebbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/configs/imports.ts
Expand Up @@ -39,8 +39,7 @@ export const imports: FlatESLintConfigItem[] = [
{
files: [
`**/*config*.${GLOB_SRC_EXT}`,
`**/views/${GLOB_SRC}`,
`**/pages/${GLOB_SRC}`,
`**/{views,pages,routes,middleware,plugins,api}/**`,
`**/{index,vite,esbuild,rollup,webpack,rspack}.ts`,
'**/*.d.ts',
`${GLOB_MARKDOWN}/**`,
Expand Down

0 comments on commit 3adebbb

Please sign in to comment.