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 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/**/*.*"), inNuxtAppDir("server/**/*.*")]
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/**/*.*"), inNuxtAppDir("server/**/*.*")]
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(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-un",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A universal-ish ESLint config aiming to be reasonably strict and easily configurable.",
5
5
  "keywords": [
6
6
  "eslint",