@ethang/eslint-config 17.4.0 → 17.5.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/eslint.config.js +1 -0
- package/package.json +10 -10
package/eslint.config.js
CHANGED
|
@@ -620,6 +620,7 @@ export default tseslint.config(
|
|
|
620
620
|
"unicorn/consistent-empty-array-spread": "error",
|
|
621
621
|
"unicorn/consistent-function-scoping": "error",
|
|
622
622
|
"unicorn/custom-error-definition": "error",
|
|
623
|
+
"unicorn/no-length-as-slice-end": "error",
|
|
623
624
|
"unicorn/error-message": "error",
|
|
624
625
|
"unicorn/escape-case": "error",
|
|
625
626
|
"unicorn/explicit-length-check": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethang/eslint-config",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.5.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
|
|
6
6
|
},
|
|
@@ -17,44 +17,44 @@
|
|
|
17
17
|
"license": "ISC",
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"@eslint/js": "^9.7.0",
|
|
20
|
-
"@tanstack/eslint-plugin-query": "^5.51.
|
|
20
|
+
"@tanstack/eslint-plugin-query": "^5.51.15",
|
|
21
21
|
"@typescript-eslint/parser": "^7.17.0",
|
|
22
22
|
"eslint": "^9.7.0",
|
|
23
23
|
"eslint-config-prettier": "^9.1.0",
|
|
24
24
|
"eslint-plugin-astro": "^1.2.3",
|
|
25
25
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
26
|
-
"eslint-plugin-n": "^17.
|
|
26
|
+
"eslint-plugin-n": "^17.10.1",
|
|
27
27
|
"eslint-plugin-perfectionist": "^3.0.0",
|
|
28
28
|
"eslint-plugin-prettier": "^5.2.1",
|
|
29
29
|
"eslint-plugin-react": "^7.35.0",
|
|
30
30
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
31
|
-
"eslint-plugin-sonarjs": "1.0.
|
|
32
|
-
"eslint-plugin-unicorn": "^
|
|
31
|
+
"eslint-plugin-sonarjs": "1.0.4",
|
|
32
|
+
"eslint-plugin-unicorn": "^55.0.0",
|
|
33
33
|
"prettier": "^3.3.3",
|
|
34
34
|
"typescript": "^5.5.4",
|
|
35
35
|
"typescript-eslint": "^7.17.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@eslint/js": "^9.7.0",
|
|
39
|
-
"@tanstack/eslint-plugin-query": "^5.51.
|
|
39
|
+
"@tanstack/eslint-plugin-query": "^5.51.15",
|
|
40
40
|
"@typescript-eslint/parser": "^7.17.0",
|
|
41
41
|
"eslint": "^9.7.0",
|
|
42
42
|
"eslint-config-prettier": "^9.1.0",
|
|
43
43
|
"eslint-plugin-astro": "^1.2.3",
|
|
44
44
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
45
|
-
"eslint-plugin-n": "^17.
|
|
45
|
+
"eslint-plugin-n": "^17.10.1",
|
|
46
46
|
"eslint-plugin-perfectionist": "^3.0.0",
|
|
47
47
|
"eslint-plugin-prettier": "^5.2.1",
|
|
48
48
|
"eslint-plugin-react": "^7.35.0",
|
|
49
49
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
50
|
-
"eslint-plugin-sonarjs": "1.0.
|
|
51
|
-
"eslint-plugin-unicorn": "^
|
|
50
|
+
"eslint-plugin-sonarjs": "1.0.4",
|
|
51
|
+
"eslint-plugin-unicorn": "^55.0.0",
|
|
52
52
|
"prettier": "^3.3.3",
|
|
53
53
|
"typescript": "^5.5.4",
|
|
54
54
|
"typescript-eslint": "^7.17.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@ethang/project-builder": "^1.1.
|
|
57
|
+
"@ethang/project-builder": "^1.1.48",
|
|
58
58
|
"@tsconfig/node-lts": "^20.1.3",
|
|
59
59
|
"@tsconfig/strictest": "^2.0.5"
|
|
60
60
|
}
|