We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
layer.config.components
undefined
1 parent d706c24 commit 6b2ebbbCopy full SHA for 6b2ebbb
packages/module/src/modules/config.ts
@@ -192,7 +192,7 @@ function getDirs(nuxt: Nuxt): NuxtESLintConfigOptions['dirs'] {
192
dirs.composables.push(r(dir))
193
}
194
195
- if (layer.config.components !== false) {
+ if (layer.config.components) {
196
const options = layer.config.components || {}
197
if (options !== true && 'dirs' in options) {
198
for (const dir of options.dirs || []) {
0 commit comments