@azat-io/eslint-config 2.24.0 → 2.24.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.
@@ -219,7 +219,6 @@ let core = (config) => {
219
219
  "no-throw-literal": "error",
220
220
  "no-undef": "error",
221
221
  "no-undef-init": "error",
222
- "no-undefined": "error",
223
222
  "no-unexpected-multiline": "error",
224
223
  "no-unmodified-loop-condition": "error",
225
224
  "no-unneeded-ternary": [
@@ -630,6 +629,7 @@ let core = (config) => {
630
629
  rel: ["astro", "react", "svelte", "vue"].some(
631
630
  (configName) => config[configName]
632
631
  ),
632
+ Var: true,
633
633
  var: true
634
634
  }
635
635
  }
@@ -69,8 +69,7 @@ let vitest = async (config) => {
69
69
  "vitest/require-top-level-describe": "error",
70
70
  "vitest/valid-describe-callback": "error",
71
71
  "vitest/valid-expect": "error",
72
- "vitest/valid-expect-in-promise": "error",
73
- "no-undefined": "error"
72
+ "vitest/valid-expect-in-promise": "error"
74
73
  },
75
74
  settings: {
76
75
  vitest: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azat-io/eslint-config",
3
- "version": "2.24.0",
3
+ "version": "2.24.2",
4
4
  "description": "ESLint shareable config",
5
5
  "keywords": [
6
6
  "eslint",