@ethang/eslint-config 19.14.8 → 19.14.10
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 -1
- package/package.json +9 -12
- package/setup/cspell.ts +1 -0
- package/setup/depend.ts +1 -1
package/eslint.config.js
CHANGED
|
@@ -46,7 +46,7 @@ export default tseslint.config(
|
|
|
46
46
|
a11y: a11y,
|
|
47
47
|
},
|
|
48
48
|
rules: {
|
|
49
|
-
"depend/ban-dependencies": ["error", { allowed: ["lodash"] }],
|
|
49
|
+
"depend/ban-dependencies": ["error", { allowed: ["lodash", "fs-extra"] }],
|
|
50
50
|
"cspell/spellchecker": [
|
|
51
51
|
"error",
|
|
52
52
|
{
|
|
@@ -85,6 +85,7 @@ export default tseslint.config(
|
|
|
85
85
|
"datasource",
|
|
86
86
|
"turso",
|
|
87
87
|
"supabase",
|
|
88
|
+
"solidjs",
|
|
88
89
|
],
|
|
89
90
|
},
|
|
90
91
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethang/eslint-config",
|
|
3
|
-
"version": "19.14.
|
|
3
|
+
"version": "19.14.10",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
|
|
6
6
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"lint": "prettier . -w"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@cspell/eslint-plugin": "^8.
|
|
16
|
+
"@cspell/eslint-plugin": "^8.16.0",
|
|
17
17
|
"@eslint-react/eslint-plugin": "^1.15.2",
|
|
18
18
|
"@eslint/compat": "^1.2.2",
|
|
19
19
|
"@eslint/js": "^9.14.0",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"@eslint/markdown": "^6.2.1",
|
|
22
22
|
"@stylistic/eslint-plugin": "^2.10.1",
|
|
23
23
|
"@stylistic/eslint-plugin-ts": "^2.10.1",
|
|
24
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
24
|
+
"@tanstack/eslint-plugin-query": "^5.60.1",
|
|
25
25
|
"@tanstack/eslint-plugin-router": "^1.79.0",
|
|
26
26
|
"@typescript-eslint/parser": "^8.13.0",
|
|
27
27
|
"eslint": "^9.14.0",
|
|
28
|
-
"eslint-plugin-astro": "^1.3.
|
|
28
|
+
"eslint-plugin-astro": "^1.3.1",
|
|
29
29
|
"eslint-plugin-barrel-files": "^2.1.0",
|
|
30
30
|
"eslint-plugin-compat": "^6.0.1",
|
|
31
31
|
"eslint-plugin-depend": "^0.12.0",
|
|
32
32
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
33
33
|
"eslint-plugin-lodash": "^8.0.0",
|
|
34
|
-
"eslint-plugin-n": "^17.13.
|
|
34
|
+
"eslint-plugin-n": "^17.13.1",
|
|
35
35
|
"eslint-plugin-perfectionist": "^3.9.1",
|
|
36
36
|
"eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
|
|
37
37
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"prettier": "^3.3.3"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@cspell/eslint-plugin": "^8.
|
|
57
|
+
"@cspell/eslint-plugin": "^8.16.0",
|
|
58
58
|
"@eslint-react/eslint-plugin": "^1.15.2",
|
|
59
59
|
"@eslint/compat": "^1.2.2",
|
|
60
60
|
"@eslint/js": "^9.14.0",
|
|
@@ -62,17 +62,17 @@
|
|
|
62
62
|
"@eslint/markdown": "^6.2.1",
|
|
63
63
|
"@stylistic/eslint-plugin": "^2.10.1",
|
|
64
64
|
"@stylistic/eslint-plugin-ts": "^2.10.1",
|
|
65
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
65
|
+
"@tanstack/eslint-plugin-query": "^5.60.1",
|
|
66
66
|
"@tanstack/eslint-plugin-router": "^1.79.0",
|
|
67
67
|
"@typescript-eslint/parser": "^8.13.0",
|
|
68
68
|
"eslint": "^9.14.0",
|
|
69
|
-
"eslint-plugin-astro": "^1.3.
|
|
69
|
+
"eslint-plugin-astro": "^1.3.1",
|
|
70
70
|
"eslint-plugin-barrel-files": "^2.1.0",
|
|
71
71
|
"eslint-plugin-compat": "^6.0.1",
|
|
72
72
|
"eslint-plugin-depend": "^0.12.0",
|
|
73
73
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
74
74
|
"eslint-plugin-lodash": "^8.0.0",
|
|
75
|
-
"eslint-plugin-n": "^17.13.
|
|
75
|
+
"eslint-plugin-n": "^17.13.1",
|
|
76
76
|
"eslint-plugin-perfectionist": "^3.9.1",
|
|
77
77
|
"eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
|
|
78
78
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
@@ -82,8 +82,5 @@
|
|
|
82
82
|
"eslint-plugin-unicorn": "^56.0.0",
|
|
83
83
|
"typescript": "^5.6.3",
|
|
84
84
|
"typescript-eslint": "^8.13.0"
|
|
85
|
-
},
|
|
86
|
-
"engines": {
|
|
87
|
-
"node": ">=20"
|
|
88
85
|
}
|
|
89
86
|
}
|
package/setup/cspell.ts
CHANGED
package/setup/depend.ts
CHANGED