@azat-io/eslint-config 2.64.0 → 2.66.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 +2 -0
- package/package.json +11 -11
package/dist/typescript/index.js
CHANGED
|
@@ -216,6 +216,7 @@ async function typescript(config) {
|
|
|
216
216
|
"typescript/require-await": "error",
|
|
217
217
|
"typescript/restrict-plus-operands": "error",
|
|
218
218
|
"typescript/restrict-template-expressions": "error",
|
|
219
|
+
"typescript/strict-void-return": "error",
|
|
219
220
|
"typescript/triple-slash-reference": config.astro ? "off" : "error",
|
|
220
221
|
"typescript/unified-signatures": "error",
|
|
221
222
|
"class-methods-use-this": "off",
|
package/dist/vue/index.js
CHANGED
|
@@ -99,6 +99,7 @@ async function vue(config) {
|
|
|
99
99
|
"vue/no-export-in-script-setup": "error",
|
|
100
100
|
"vue/no-expose-after-await": "error",
|
|
101
101
|
"vue/no-lifecycle-after-await": "error",
|
|
102
|
+
"vue/no-literals-in-template": "error",
|
|
102
103
|
"vue/no-lone-template": "error",
|
|
103
104
|
"vue/no-multiple-objects-in-class": "error",
|
|
104
105
|
"vue/no-multiple-slot-args": "error",
|
|
@@ -122,6 +123,7 @@ async function vue(config) {
|
|
|
122
123
|
"vue/no-textarea-mustache": "error",
|
|
123
124
|
"vue/no-this-in-before-route-enter": "error",
|
|
124
125
|
"vue/no-undef-components": "error",
|
|
126
|
+
"vue/no-undef-directives": "error",
|
|
125
127
|
"vue/no-undef-properties": "error",
|
|
126
128
|
"vue/no-unused-components": "error",
|
|
127
129
|
"vue/no-unused-emit-declarations": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azat-io/eslint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.66.0",
|
|
4
4
|
"description": "ESLint shareable config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"./dist"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
30
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
|
|
31
31
|
"@vitest/eslint-plugin": "1.6.6",
|
|
32
32
|
"astro-eslint-parser": "^1.2.2",
|
|
33
33
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
@@ -36,31 +36,31 @@
|
|
|
36
36
|
"eslint-plugin-de-morgan": "^2.0.0",
|
|
37
37
|
"eslint-plugin-depend": "^1.4.0",
|
|
38
38
|
"eslint-plugin-import-x": "^4.16.1",
|
|
39
|
-
"eslint-plugin-jsdoc": "^
|
|
39
|
+
"eslint-plugin-jsdoc": "^62.2.0",
|
|
40
40
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
41
|
-
"eslint-plugin-n": "^17.23.
|
|
41
|
+
"eslint-plugin-n": "^17.23.2",
|
|
42
42
|
"eslint-plugin-package-json": "^0.88.1",
|
|
43
43
|
"eslint-plugin-perfectionist": "^5.3.1",
|
|
44
44
|
"eslint-plugin-prefer-let": "^4.0.1",
|
|
45
45
|
"eslint-plugin-promise": "^7.2.1",
|
|
46
46
|
"eslint-plugin-qwik": "^1.18.0",
|
|
47
47
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
48
|
-
"eslint-plugin-react-dom": "^2.
|
|
48
|
+
"eslint-plugin-react-dom": "^2.7.2",
|
|
49
49
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
50
|
-
"eslint-plugin-react-hooks-extra": "^2.
|
|
51
|
-
"eslint-plugin-react-naming-convention": "^2.
|
|
50
|
+
"eslint-plugin-react-hooks-extra": "^2.7.2",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "^2.7.2",
|
|
52
52
|
"eslint-plugin-react-perf": "^3.3.3",
|
|
53
|
-
"eslint-plugin-react-web-api": "^2.
|
|
54
|
-
"eslint-plugin-react-x": "^2.
|
|
53
|
+
"eslint-plugin-react-web-api": "^2.7.2",
|
|
54
|
+
"eslint-plugin-react-x": "^2.7.2",
|
|
55
55
|
"eslint-plugin-regexp": "^2.10.0",
|
|
56
56
|
"eslint-plugin-sonarjs": "^3.0.5",
|
|
57
57
|
"eslint-plugin-svelte": "^3.14.0",
|
|
58
58
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
59
|
-
"eslint-plugin-vue": "^10.
|
|
59
|
+
"eslint-plugin-vue": "^10.7.0",
|
|
60
60
|
"globals": "^17.0.0",
|
|
61
61
|
"jsonc-eslint-parser": "^2.4.2",
|
|
62
62
|
"svelte-eslint-parser": "^1.4.1",
|
|
63
|
-
"typescript-eslint": "^8.
|
|
63
|
+
"typescript-eslint": "^8.53.1",
|
|
64
64
|
"vue-eslint-parser": "^10.2.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|