@azat-io/eslint-config 2.93.0 → 2.95.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/typescript/index.js +1 -0
- package/dist/vue/index.js +1 -0
- package/package.json +16 -16
package/dist/typescript/index.js
CHANGED
|
@@ -90,6 +90,7 @@ async function typescript(config) {
|
|
|
90
90
|
ignoreVoid: true
|
|
91
91
|
}],
|
|
92
92
|
"typescript/no-for-in-array": "error",
|
|
93
|
+
"typescript/no-generated-empty-object-type": "error",
|
|
93
94
|
"typescript/no-implied-eval": "error",
|
|
94
95
|
"typescript/no-import-type-side-effects": "error",
|
|
95
96
|
"typescript/no-invalid-void-type": "error",
|
package/dist/vue/index.js
CHANGED
|
@@ -95,6 +95,7 @@ async function vue(config) {
|
|
|
95
95
|
"vue/no-reserved-keys": "error",
|
|
96
96
|
"vue/no-reserved-props": "error",
|
|
97
97
|
"vue/no-setup-props-reactivity-loss": "error",
|
|
98
|
+
"vue/no-shadow-native-events": "error",
|
|
98
99
|
"vue/no-shared-component-data": "error",
|
|
99
100
|
"vue/no-side-effects-in-computed-properties": "error",
|
|
100
101
|
"vue/no-template-key": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azat-io/eslint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.95.0",
|
|
4
4
|
"description": "ESLint shareable config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -27,39 +27,39 @@
|
|
|
27
27
|
"./dist"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
30
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.8.0",
|
|
31
31
|
"@vitest/eslint-plugin": "1.6.27",
|
|
32
32
|
"astro-eslint-parser": "^3.1.0",
|
|
33
|
-
"eslint-config-flat-gitignore": "^2.
|
|
33
|
+
"eslint-config-flat-gitignore": "^2.4.0",
|
|
34
34
|
"eslint-plugin-astro": "^3.1.0",
|
|
35
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": "^64.
|
|
38
|
+
"eslint-plugin-jsdoc": "^64.3.6",
|
|
39
39
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
40
40
|
"eslint-plugin-n": "^18.3.0",
|
|
41
|
-
"eslint-plugin-package-json": "^1.
|
|
42
|
-
"eslint-plugin-perfectionist": "^5.
|
|
41
|
+
"eslint-plugin-package-json": "^1.8.0",
|
|
42
|
+
"eslint-plugin-perfectionist": "^5.11.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.19.0",
|
|
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.19.0",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "^5.19.0",
|
|
51
51
|
"eslint-plugin-react-perf": "^3.3.3",
|
|
52
|
-
"eslint-plugin-react-web-api": "^5.
|
|
53
|
-
"eslint-plugin-react-x": "^5.
|
|
54
|
-
"eslint-plugin-regexp": "^3.
|
|
52
|
+
"eslint-plugin-react-web-api": "^5.19.0",
|
|
53
|
+
"eslint-plugin-react-x": "^5.19.0",
|
|
54
|
+
"eslint-plugin-regexp": "^3.3.0",
|
|
55
55
|
"eslint-plugin-sonarjs": "^4.2.0",
|
|
56
56
|
"eslint-plugin-svelte": "^3.23.0",
|
|
57
|
-
"eslint-plugin-unicorn": "^
|
|
58
|
-
"eslint-plugin-vue": "^10.
|
|
59
|
-
"globals": "^17.
|
|
57
|
+
"eslint-plugin-unicorn": "^74.0.0",
|
|
58
|
+
"eslint-plugin-vue": "^10.11.0",
|
|
59
|
+
"globals": "^17.12.0",
|
|
60
60
|
"jsonc-eslint-parser": "^3.3.0",
|
|
61
61
|
"svelte-eslint-parser": "^1.8.1",
|
|
62
|
-
"typescript-eslint": "^8.
|
|
62
|
+
"typescript-eslint": "^8.70.0",
|
|
63
63
|
"vue-eslint-parser": "^10.4.1"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|