@azat-io/eslint-config 2.23.0 → 2.24.1
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/core/index.js +3 -2
- package/package.json +4 -4
package/dist/core/index.js
CHANGED
|
@@ -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": [
|
|
@@ -629,7 +628,9 @@ let core = (config) => {
|
|
|
629
628
|
props: true,
|
|
630
629
|
rel: ["astro", "react", "svelte", "vue"].some(
|
|
631
630
|
(configName) => config[configName]
|
|
632
|
-
)
|
|
631
|
+
),
|
|
632
|
+
Var: true,
|
|
633
|
+
var: true
|
|
633
634
|
}
|
|
634
635
|
}
|
|
635
636
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azat-io/eslint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.24.1",
|
|
4
4
|
"description": "ESLint shareable config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"./dist"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
30
|
-
"@vitest/eslint-plugin": "1.1.
|
|
29
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
30
|
+
"@vitest/eslint-plugin": "1.1.42",
|
|
31
31
|
"astro-eslint-parser": "^1.2.2",
|
|
32
32
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
33
33
|
"eslint-import-resolver-typescript": "^4.3.2",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"eslint-plugin-jsdoc": "^50.6.9",
|
|
38
38
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
39
39
|
"eslint-plugin-n": "^17.17.0",
|
|
40
|
-
"eslint-plugin-package-json": "^0.29.
|
|
40
|
+
"eslint-plugin-package-json": "^0.29.1",
|
|
41
41
|
"eslint-plugin-perfectionist": "^4.11.0",
|
|
42
42
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
43
43
|
"eslint-plugin-prefer-let": "^4.0.0",
|