@azat-io/eslint-config 2.87.0 → 2.88.0
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/astro/index.js +1 -2
- package/dist/typescript/index.js +0 -2
- package/package.json +14 -14
package/dist/astro/index.js
CHANGED
package/dist/typescript/index.js
CHANGED
|
@@ -93,7 +93,6 @@ async function typescript(config) {
|
|
|
93
93
|
"typescript/no-implied-eval": "error",
|
|
94
94
|
"typescript/no-import-type-side-effects": "error",
|
|
95
95
|
"typescript/no-invalid-void-type": "error",
|
|
96
|
-
"typescript/no-loop-func": "error",
|
|
97
96
|
"typescript/no-meaningless-void-operator": "error",
|
|
98
97
|
"typescript/no-misused-new": "error",
|
|
99
98
|
"typescript/no-misused-promises": ["error", { checksVoidReturn: false }],
|
|
@@ -174,7 +173,6 @@ async function typescript(config) {
|
|
|
174
173
|
"no-array-constructor": "off",
|
|
175
174
|
"no-dupe-class-members": "off",
|
|
176
175
|
"no-implied-eval": "off",
|
|
177
|
-
"no-loop-func": "off",
|
|
178
176
|
"no-shadow": "off",
|
|
179
177
|
"no-undef": "off",
|
|
180
178
|
"no-unused-expressions": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azat-io/eslint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.88.0",
|
|
4
4
|
"description": "ESLint shareable config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -28,29 +28,29 @@
|
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
|
|
31
|
-
"@vitest/eslint-plugin": "1.6.
|
|
32
|
-
"astro-eslint-parser": "^
|
|
31
|
+
"@vitest/eslint-plugin": "1.6.23",
|
|
32
|
+
"astro-eslint-parser": "^3.0.0",
|
|
33
33
|
"eslint-config-flat-gitignore": "^2.3.0",
|
|
34
|
-
"eslint-plugin-astro": "^
|
|
35
|
-
"eslint-plugin-de-morgan": "^2.1.
|
|
34
|
+
"eslint-plugin-astro": "^3.0.0",
|
|
35
|
+
"eslint-plugin-de-morgan": "^2.1.3",
|
|
36
36
|
"eslint-plugin-depend": "^1.5.0",
|
|
37
37
|
"eslint-plugin-import-lite": "^0.6.0",
|
|
38
|
-
"eslint-plugin-jsdoc": "^63.0.
|
|
38
|
+
"eslint-plugin-jsdoc": "^63.0.13",
|
|
39
39
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
40
|
-
"eslint-plugin-n": "^18.2.
|
|
41
|
-
"eslint-plugin-package-json": "^1.
|
|
40
|
+
"eslint-plugin-n": "^18.2.2",
|
|
41
|
+
"eslint-plugin-package-json": "^1.6.0",
|
|
42
42
|
"eslint-plugin-perfectionist": "^5.10.0",
|
|
43
43
|
"eslint-plugin-prefer-let": "^4.2.2",
|
|
44
44
|
"eslint-plugin-promise": "^7.3.0",
|
|
45
45
|
"eslint-plugin-qwik": "2.0.0-beta.21",
|
|
46
46
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
47
|
-
"eslint-plugin-react-dom": "^5.
|
|
47
|
+
"eslint-plugin-react-dom": "^5.14.8",
|
|
48
48
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
49
|
-
"eslint-plugin-react-jsx": "^5.
|
|
50
|
-
"eslint-plugin-react-naming-convention": "^5.
|
|
49
|
+
"eslint-plugin-react-jsx": "^5.14.8",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "^5.14.8",
|
|
51
51
|
"eslint-plugin-react-perf": "^3.3.3",
|
|
52
|
-
"eslint-plugin-react-web-api": "^5.
|
|
53
|
-
"eslint-plugin-react-x": "^5.
|
|
52
|
+
"eslint-plugin-react-web-api": "^5.14.8",
|
|
53
|
+
"eslint-plugin-react-x": "^5.14.8",
|
|
54
54
|
"eslint-plugin-regexp": "^3.1.1",
|
|
55
55
|
"eslint-plugin-sonarjs": "^4.1.0",
|
|
56
56
|
"eslint-plugin-svelte": "^3.20.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"globals": "^17.7.0",
|
|
60
60
|
"jsonc-eslint-parser": "^3.1.0",
|
|
61
61
|
"svelte-eslint-parser": "^1.8.0",
|
|
62
|
-
"typescript-eslint": "^8.
|
|
62
|
+
"typescript-eslint": "^8.64.0",
|
|
63
63
|
"vue-eslint-parser": "^10.4.1"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|