@ethang/eslint-config 16.2.1 → 16.3.1
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 +2 -2
- package/package.json +19 -19
package/eslint.config.js
CHANGED
|
@@ -123,7 +123,6 @@ export default tseslint.config(
|
|
|
123
123
|
"react/prefer-read-only-props": "error",
|
|
124
124
|
"react/prefer-stateless-function": "error",
|
|
125
125
|
"react/prop-types": "error",
|
|
126
|
-
"react/require-default-props": "error",
|
|
127
126
|
"react/require-optimization": "error",
|
|
128
127
|
"react/require-render-return": "error",
|
|
129
128
|
"react/self-closing-comp": "error",
|
|
@@ -492,6 +491,7 @@ export default tseslint.config(
|
|
|
492
491
|
"unicorn/no-lonely-if": "error",
|
|
493
492
|
"unicorn/no-magic-array-flat-depth": "error",
|
|
494
493
|
"unicorn/no-negated-condition": "error",
|
|
494
|
+
"unicorn/no-negation-in-equality-check": "error",
|
|
495
495
|
"unicorn/no-new-array": "error",
|
|
496
496
|
"unicorn/no-new-buffer": "error",
|
|
497
497
|
"unicorn/no-object-as-default-parameter": "error",
|
|
@@ -606,8 +606,8 @@ export default tseslint.config(
|
|
|
606
606
|
"sonar/prefer-while": "error",
|
|
607
607
|
|
|
608
608
|
"@tanstack/query/exhaustive-deps": "error",
|
|
609
|
-
"@tanstack/query/stable-query-client": "error",
|
|
610
609
|
"@tanstack/query/no-rest-destructuring": "error",
|
|
610
|
+
"@tanstack/query/stable-query-client": "error",
|
|
611
611
|
|
|
612
612
|
"simple-import-sort/exports": "error",
|
|
613
613
|
"simple-import-sort/imports": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethang/eslint-config",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.3.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
|
|
6
6
|
},
|
|
@@ -13,42 +13,42 @@
|
|
|
13
13
|
"author": "Ethan Glover",
|
|
14
14
|
"license": "ISC",
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@eslint/js": "^9.
|
|
17
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
18
|
-
"@typescript-eslint/parser": "^7.
|
|
19
|
-
"eslint": "^9.
|
|
16
|
+
"@eslint/js": "^9.5.0",
|
|
17
|
+
"@tanstack/eslint-plugin-query": "^5.43.1",
|
|
18
|
+
"@typescript-eslint/parser": "^7.13.0",
|
|
19
|
+
"eslint": "^9.5.0",
|
|
20
20
|
"eslint-config-prettier": "^9.1.0",
|
|
21
|
-
"eslint-plugin-astro": "^1.2.
|
|
21
|
+
"eslint-plugin-astro": "^1.2.2",
|
|
22
22
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
23
|
-
"eslint-plugin-n": "^17.
|
|
23
|
+
"eslint-plugin-n": "^17.9.0",
|
|
24
24
|
"eslint-plugin-prettier": "^5.1.3",
|
|
25
25
|
"eslint-plugin-react": "^7.34.2",
|
|
26
26
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
27
27
|
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
28
28
|
"eslint-plugin-sonarjs": "^1.0.3",
|
|
29
|
-
"eslint-plugin-unicorn": "^
|
|
30
|
-
"prettier": "^3.3.
|
|
29
|
+
"eslint-plugin-unicorn": "^54.0.0",
|
|
30
|
+
"prettier": "^3.3.2",
|
|
31
31
|
"typescript": "^5.4.5",
|
|
32
|
-
"typescript-eslint": "^7.
|
|
32
|
+
"typescript-eslint": "^7.13.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@eslint/js": "^9.
|
|
36
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
37
|
-
"@typescript-eslint/parser": "^7.
|
|
38
|
-
"eslint": "^9.
|
|
35
|
+
"@eslint/js": "^9.5.0",
|
|
36
|
+
"@tanstack/eslint-plugin-query": "^5.43.1",
|
|
37
|
+
"@typescript-eslint/parser": "^7.13.0",
|
|
38
|
+
"eslint": "^9.5.0",
|
|
39
39
|
"eslint-config-prettier": "^9.1.0",
|
|
40
|
-
"eslint-plugin-astro": "^1.2.
|
|
40
|
+
"eslint-plugin-astro": "^1.2.2",
|
|
41
41
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
42
|
-
"eslint-plugin-n": "^17.
|
|
42
|
+
"eslint-plugin-n": "^17.9.0",
|
|
43
43
|
"eslint-plugin-prettier": "^5.1.3",
|
|
44
44
|
"eslint-plugin-react": "^7.34.2",
|
|
45
45
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
46
46
|
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
47
47
|
"eslint-plugin-sonarjs": "^1.0.3",
|
|
48
|
-
"eslint-plugin-unicorn": "^
|
|
49
|
-
"prettier": "^3.3.
|
|
48
|
+
"eslint-plugin-unicorn": "^54.0.0",
|
|
49
|
+
"prettier": "^3.3.2",
|
|
50
50
|
"typescript": "^5.4.5",
|
|
51
|
-
"typescript-eslint": "^7.
|
|
51
|
+
"typescript-eslint": "^7.13.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@ethang/project-builder": "^1.1.39",
|