@azat-io/eslint-config 2.55.0 → 2.57.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 +5 -1
- package/dist/typescript/index.js +2 -0
- package/package.json +14 -14
|
@@ -14,6 +14,7 @@ function packageJson(_config) {
|
|
|
14
14
|
},
|
|
15
15
|
rules: {
|
|
16
16
|
"depend/ban-dependencies": "error",
|
|
17
|
+
"package-json/bin-name-casing": "error",
|
|
17
18
|
"package-json/exports-subpaths-style": [
|
|
18
19
|
"error",
|
|
19
20
|
{
|
|
@@ -22,6 +23,7 @@ function packageJson(_config) {
|
|
|
22
23
|
],
|
|
23
24
|
"package-json/no-empty-fields": "error",
|
|
24
25
|
"package-json/no-redundant-files": "error",
|
|
26
|
+
"package-json/no-redundant-publishConfig": "error",
|
|
25
27
|
"package-json/order-properties": [
|
|
26
28
|
"error",
|
|
27
29
|
{
|
|
@@ -49,9 +51,11 @@ function packageJson(_config) {
|
|
|
49
51
|
"package-json/valid-dependencies": "error",
|
|
50
52
|
"package-json/valid-description": "error",
|
|
51
53
|
"package-json/valid-directories": "error",
|
|
54
|
+
"package-json/valid-files": "error",
|
|
55
|
+
"package-json/valid-homepage": "error",
|
|
56
|
+
"package-json/valid-keywords": "error",
|
|
52
57
|
"package-json/valid-license": "error",
|
|
53
58
|
"package-json/valid-name": "error",
|
|
54
|
-
"package-json/valid-package-definition": "error",
|
|
55
59
|
"package-json/valid-scripts": "error",
|
|
56
60
|
"package-json/valid-version": "error"
|
|
57
61
|
}
|
package/dist/typescript/index.js
CHANGED
|
@@ -174,6 +174,7 @@ async function typescript(config) {
|
|
|
174
174
|
allowTernary: true
|
|
175
175
|
}
|
|
176
176
|
],
|
|
177
|
+
"typescript/no-unused-private-class-members": "error",
|
|
177
178
|
"typescript/no-unused-vars": [
|
|
178
179
|
"error",
|
|
179
180
|
{
|
|
@@ -228,6 +229,7 @@ async function typescript(config) {
|
|
|
228
229
|
"no-shadow": "off",
|
|
229
230
|
"no-undef": "off",
|
|
230
231
|
"no-unused-expressions": "off",
|
|
232
|
+
"no-unused-private-class-members": "off",
|
|
231
233
|
"no-unused-vars": "off",
|
|
232
234
|
"no-use-before-define": "off",
|
|
233
235
|
"no-useless-constructor": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azat-io/eslint-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.57.0",
|
|
4
4
|
"description": "ESLint shareable config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"javascript",
|
|
12
12
|
"typescript"
|
|
13
13
|
],
|
|
14
|
-
"repository": "azat-io/eslint-config",
|
|
14
|
+
"repository": "github:azat-io/eslint-config",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"author": "Azat S. <to@azat.io>",
|
|
17
17
|
"type": "module",
|
|
@@ -27,30 +27,30 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
30
|
-
"@vitest/eslint-plugin": "1.4.
|
|
30
|
+
"@vitest/eslint-plugin": "1.4.3",
|
|
31
31
|
"astro-eslint-parser": "^1.2.2",
|
|
32
32
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
33
33
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
34
|
-
"eslint-plugin-astro": "^1.
|
|
34
|
+
"eslint-plugin-astro": "^1.5.0",
|
|
35
35
|
"eslint-plugin-de-morgan": "^2.0.0",
|
|
36
|
-
"eslint-plugin-depend": "^1.
|
|
36
|
+
"eslint-plugin-depend": "^1.4.0",
|
|
37
37
|
"eslint-plugin-import-x": "^4.16.1",
|
|
38
|
-
"eslint-plugin-jsdoc": "^61.1
|
|
38
|
+
"eslint-plugin-jsdoc": "^61.2.1",
|
|
39
39
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
40
40
|
"eslint-plugin-n": "^17.23.1",
|
|
41
|
-
"eslint-plugin-package-json": "^0.
|
|
41
|
+
"eslint-plugin-package-json": "^0.79.0",
|
|
42
42
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
43
43
|
"eslint-plugin-prefer-let": "^4.0.0",
|
|
44
44
|
"eslint-plugin-promise": "^7.2.1",
|
|
45
45
|
"eslint-plugin-qwik": "^1.17.2",
|
|
46
|
-
"eslint-plugin-react-compiler": "
|
|
47
|
-
"eslint-plugin-react-dom": "^2.3.
|
|
46
|
+
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
47
|
+
"eslint-plugin-react-dom": "^2.3.5",
|
|
48
48
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
49
|
-
"eslint-plugin-react-hooks-extra": "^2.3.
|
|
50
|
-
"eslint-plugin-react-naming-convention": "^2.3.
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "^2.3.5",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "^2.3.5",
|
|
51
51
|
"eslint-plugin-react-perf": "^3.3.3",
|
|
52
|
-
"eslint-plugin-react-web-api": "^2.3.
|
|
53
|
-
"eslint-plugin-react-x": "^2.3.
|
|
52
|
+
"eslint-plugin-react-web-api": "^2.3.5",
|
|
53
|
+
"eslint-plugin-react-x": "^2.3.5",
|
|
54
54
|
"eslint-plugin-regexp": "^2.10.0",
|
|
55
55
|
"eslint-plugin-sonarjs": "^3.0.5",
|
|
56
56
|
"eslint-plugin-svelte": "^3.13.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"globals": "^16.5.0",
|
|
60
60
|
"jsonc-eslint-parser": "^2.4.1",
|
|
61
61
|
"svelte-eslint-parser": "^1.4.0",
|
|
62
|
-
"typescript-eslint": "^8.
|
|
62
|
+
"typescript-eslint": "^8.47.0",
|
|
63
63
|
"vue-eslint-parser": "^10.2.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|