@azat-io/eslint-config 2.63.0 → 2.64.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 +4 -0
- package/package.json +14 -13
|
@@ -39,8 +39,11 @@ function packageJson(_config) {
|
|
|
39
39
|
"package-json/require-author": "error",
|
|
40
40
|
"package-json/require-description": "error",
|
|
41
41
|
"package-json/require-engines": "error",
|
|
42
|
+
"package-json/require-homepage": "error",
|
|
42
43
|
"package-json/require-keywords": "error",
|
|
43
44
|
"package-json/require-name": "error",
|
|
45
|
+
"package-json/require-repository": "error",
|
|
46
|
+
"package-json/require-scripts": "error",
|
|
44
47
|
"package-json/require-type": "error",
|
|
45
48
|
"package-json/require-version": "error",
|
|
46
49
|
"package-json/scripts-name-casing": "error",
|
|
@@ -56,6 +59,7 @@ function packageJson(_config) {
|
|
|
56
59
|
"package-json/valid-homepage": "error",
|
|
57
60
|
"package-json/valid-keywords": "error",
|
|
58
61
|
"package-json/valid-license": "error",
|
|
62
|
+
"package-json/valid-module": "error",
|
|
59
63
|
"package-json/valid-name": "error",
|
|
60
64
|
"package-json/valid-scripts": "error",
|
|
61
65
|
"package-json/valid-version": "error"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azat-io/eslint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.64.0",
|
|
4
4
|
"description": "ESLint shareable config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"javascript",
|
|
12
12
|
"typescript"
|
|
13
13
|
],
|
|
14
|
+
"homepage": "https://eslint.azat.io",
|
|
14
15
|
"repository": "github:azat-io/eslint-config",
|
|
15
16
|
"license": "MIT",
|
|
16
17
|
"author": "Azat S. <to@azat.io>",
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
],
|
|
28
29
|
"dependencies": {
|
|
29
30
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
30
|
-
"@vitest/eslint-plugin": "1.6.
|
|
31
|
+
"@vitest/eslint-plugin": "1.6.6",
|
|
31
32
|
"astro-eslint-parser": "^1.2.2",
|
|
32
33
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
33
34
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
@@ -38,28 +39,28 @@
|
|
|
38
39
|
"eslint-plugin-jsdoc": "^61.5.0",
|
|
39
40
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
40
41
|
"eslint-plugin-n": "^17.23.1",
|
|
41
|
-
"eslint-plugin-package-json": "^0.
|
|
42
|
-
"eslint-plugin-perfectionist": "^5.1
|
|
43
|
-
"eslint-plugin-prefer-let": "^4.0.
|
|
42
|
+
"eslint-plugin-package-json": "^0.88.1",
|
|
43
|
+
"eslint-plugin-perfectionist": "^5.3.1",
|
|
44
|
+
"eslint-plugin-prefer-let": "^4.0.1",
|
|
44
45
|
"eslint-plugin-promise": "^7.2.1",
|
|
45
46
|
"eslint-plugin-qwik": "^1.18.0",
|
|
46
47
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
47
|
-
"eslint-plugin-react-dom": "^2.
|
|
48
|
+
"eslint-plugin-react-dom": "^2.5.1",
|
|
48
49
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
49
|
-
"eslint-plugin-react-hooks-extra": "^2.
|
|
50
|
-
"eslint-plugin-react-naming-convention": "^2.
|
|
50
|
+
"eslint-plugin-react-hooks-extra": "^2.5.1",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "^2.5.1",
|
|
51
52
|
"eslint-plugin-react-perf": "^3.3.3",
|
|
52
|
-
"eslint-plugin-react-web-api": "^2.
|
|
53
|
-
"eslint-plugin-react-x": "^2.
|
|
53
|
+
"eslint-plugin-react-web-api": "^2.5.1",
|
|
54
|
+
"eslint-plugin-react-x": "^2.5.1",
|
|
54
55
|
"eslint-plugin-regexp": "^2.10.0",
|
|
55
56
|
"eslint-plugin-sonarjs": "^3.0.5",
|
|
56
|
-
"eslint-plugin-svelte": "^3.
|
|
57
|
+
"eslint-plugin-svelte": "^3.14.0",
|
|
57
58
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
58
59
|
"eslint-plugin-vue": "^10.6.2",
|
|
59
|
-
"globals": "^
|
|
60
|
+
"globals": "^17.0.0",
|
|
60
61
|
"jsonc-eslint-parser": "^2.4.2",
|
|
61
62
|
"svelte-eslint-parser": "^1.4.1",
|
|
62
|
-
"typescript-eslint": "^8.
|
|
63
|
+
"typescript-eslint": "^8.52.0",
|
|
63
64
|
"vue-eslint-parser": "^10.2.0"
|
|
64
65
|
},
|
|
65
66
|
"peerDependencies": {
|