eslint-config-un 1.0.0-alpha.44 → 1.0.0-alpha.45

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.
Files changed (2) hide show
  1. package/dist/vue.mjs +1 -1
  2. package/package.json +1 -1
package/dist/vue.mjs CHANGED
@@ -143,7 +143,7 @@ var vue_default = (async (context, optionsRaw, { vanillaFinalFlatConfigRules })
143
143
  filesFallback: [resolvePathInVueOrNuxtProjectDir("**/*.vue")]
144
144
  }]).addAnyRule("nuxt", "prefer-import-meta", ERROR).addOverrides().enableConfigTesterForPlugin("nuxt", { rulesToSkipInConfig: ["nuxt-config-keys-order"] });
145
145
  const configBuilderNuxtConfig = context.createConfigBuilder(optionsNuxtResolved.configNuxtConfig, "nuxt");
146
- if (optionsNuxtResolved.configNuxtConfig) configBuilderNuxtConfig?.addConfig(["vue/nuxt/nuxt-config", {
146
+ if (configNuxt && optionsNuxtResolved.configNuxtConfig) configBuilderNuxtConfig?.addConfig(["vue/nuxt/nuxt-config", {
147
147
  includeDefaultFilesAndIgnores: true,
148
148
  filesFallback: [`**/nuxt.config.${GLOB_JS_TS_X_EXTENSION}`]
149
149
  }]).addAnyRule("nuxt", "nuxt-config-keys-order", ERROR).addOverrides().enableConfigTesterForPlugin("nuxt", { rulesToSkipInConfig: ["prefer-import-meta"] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-un",
3
- "version": "1.0.0-alpha.44",
3
+ "version": "1.0.0-alpha.45",
4
4
  "description": "A universal-ish ESLint config aiming to be reasonably strict and easily configurable.",
5
5
  "keywords": [
6
6
  "eslint",