Skip to content

Commit

Permalink
fix(module): remove duplicated src dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 3, 2024
1 parent 2a1904c commit 0be8e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/src/modules/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function getDirs(nuxt: Nuxt): NuxtESLintConfigOptions['dirs'] {
modules: [],
servers: [],
root: [nuxt.options.rootDir],
src: [nuxt.options.srcDir],
src: [],
}

for (const layer of nuxt.options._layers) {
Expand Down

0 comments on commit 0be8e80

Please sign in to comment.