Skip to content

Commit 0be8e80

Browse files
committedApr 3, 2024·
fix(module): remove duplicated src dirs
1 parent 2a1904c commit 0be8e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/module/src/modules/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function getDirs(nuxt: Nuxt): NuxtESLintConfigOptions['dirs'] {
221221
modules: [],
222222
servers: [],
223223
root: [nuxt.options.rootDir],
224-
src: [nuxt.options.srcDir],
224+
src: [],
225225
}
226226

227227
for (const layer of nuxt.options._layers) {

0 commit comments

Comments
 (0)
Please sign in to comment.