eslint-config-un 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1463,7 +1463,7 @@ var vueEslintConfig = (options, internalOptions = {}) => {
|
|
|
1463
1463
|
builder.addConfig("vue/allow-default-export", {
|
|
1464
1464
|
files: [
|
|
1465
1465
|
GLOB_VUE,
|
|
1466
|
-
isNuxtEnabled && [inNuxtAppDir("plugins
|
|
1466
|
+
isNuxtEnabled && [inNuxtAppDir("plugins/**/*"), inNuxtAppDir("server/**/*")]
|
|
1467
1467
|
].flat().filter((v) => v !== false)
|
|
1468
1468
|
}).addAnyRule("import/no-default-export", OFF);
|
|
1469
1469
|
const a11yConfig = builder.addConfig(
|
package/dist/index.js
CHANGED
|
@@ -1455,7 +1455,7 @@ var vueEslintConfig = (options, internalOptions = {}) => {
|
|
|
1455
1455
|
builder.addConfig("vue/allow-default-export", {
|
|
1456
1456
|
files: [
|
|
1457
1457
|
GLOB_VUE,
|
|
1458
|
-
isNuxtEnabled && [inNuxtAppDir("plugins
|
|
1458
|
+
isNuxtEnabled && [inNuxtAppDir("plugins/**/*"), inNuxtAppDir("server/**/*")]
|
|
1459
1459
|
].flat().filter((v) => v !== false)
|
|
1460
1460
|
}).addAnyRule("import/no-default-export", OFF);
|
|
1461
1461
|
const a11yConfig = builder.addConfig(
|