@azat-io/eslint-config 2.33.0 → 2.35.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/package-json/index.js +2 -1
- package/dist/vitest/index.js +1 -0
- package/package.json +13 -13
|
@@ -33,7 +33,8 @@ let packageJson = (_config) => ({
|
|
|
33
33
|
"package-json/require-version": "error",
|
|
34
34
|
"package-json/sort-collections": "error",
|
|
35
35
|
"package-json/unique-dependencies": "error",
|
|
36
|
-
"package-json/valid-
|
|
36
|
+
"package-json/valid-author": "error",
|
|
37
|
+
"package-json/valid-bin": "error",
|
|
37
38
|
"package-json/valid-name": "error",
|
|
38
39
|
"package-json/valid-package-definition": "error",
|
|
39
40
|
"package-json/valid-version": "error"
|
package/dist/vitest/index.js
CHANGED
|
@@ -56,6 +56,7 @@ let vitest = async (config) => {
|
|
|
56
56
|
"vitest/prefer-expect-resolves": "error",
|
|
57
57
|
"vitest/prefer-hooks-in-order": "error",
|
|
58
58
|
"vitest/prefer-hooks-on-top": "error",
|
|
59
|
+
"vitest/prefer-importing-vitest-globals": "error",
|
|
59
60
|
"vitest/prefer-lowercase-title": "error",
|
|
60
61
|
"vitest/prefer-mock-promise-shorthand": "error",
|
|
61
62
|
"vitest/prefer-spy-on": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azat-io/eslint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.35.0",
|
|
4
4
|
"description": "ESLint shareable config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
30
|
-
"@vitest/eslint-plugin": "1.2.
|
|
30
|
+
"@vitest/eslint-plugin": "1.2.7",
|
|
31
31
|
"astro-eslint-parser": "^1.2.2",
|
|
32
32
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
33
|
-
"eslint-import-resolver-typescript": "^4.4.
|
|
33
|
+
"eslint-import-resolver-typescript": "^4.4.3",
|
|
34
34
|
"eslint-plugin-astro": "^1.3.1",
|
|
35
|
-
"eslint-plugin-de-morgan": "^1.
|
|
36
|
-
"eslint-plugin-import-x": "^4.15.
|
|
37
|
-
"eslint-plugin-jsdoc": "^
|
|
35
|
+
"eslint-plugin-de-morgan": "^1.3.0",
|
|
36
|
+
"eslint-plugin-import-x": "^4.15.2",
|
|
37
|
+
"eslint-plugin-jsdoc": "^51.0.1",
|
|
38
38
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
39
|
-
"eslint-plugin-n": "^17.
|
|
40
|
-
"eslint-plugin-package-json": "^0.
|
|
41
|
-
"eslint-plugin-perfectionist": "^4.
|
|
39
|
+
"eslint-plugin-n": "^17.20.0",
|
|
40
|
+
"eslint-plugin-package-json": "^0.40.0",
|
|
41
|
+
"eslint-plugin-perfectionist": "^4.14.0",
|
|
42
42
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
43
43
|
"eslint-plugin-prefer-let": "^4.0.0",
|
|
44
44
|
"eslint-plugin-promise": "^7.2.1",
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"eslint-plugin-react-compiler": "19.1.0-rc.1-rc-af1b7da-20250421",
|
|
48
48
|
"eslint-plugin-react-hooks": "^6.0.0",
|
|
49
49
|
"eslint-plugin-react-perf": "^3.3.3",
|
|
50
|
-
"eslint-plugin-regexp": "^2.
|
|
50
|
+
"eslint-plugin-regexp": "^2.9.0",
|
|
51
51
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
52
|
-
"eslint-plugin-svelte": "^3.9.
|
|
52
|
+
"eslint-plugin-svelte": "^3.9.2",
|
|
53
53
|
"eslint-plugin-unicorn": "^59.0.1",
|
|
54
|
-
"eslint-plugin-vue": "^10.
|
|
54
|
+
"eslint-plugin-vue": "^10.2.0",
|
|
55
55
|
"globals": "^16.2.0",
|
|
56
56
|
"jsonc-eslint-parser": "^2.4.0",
|
|
57
57
|
"svelte-eslint-parser": "^1.2.0",
|
|
58
|
-
"typescript-eslint": "^8.
|
|
58
|
+
"typescript-eslint": "^8.34.1",
|
|
59
59
|
"vue-eslint-parser": "^10.1.3"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|