@ethang/eslint-config 17.5.0 → 17.5.2
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/README.md +2 -2
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
[View Config](https://eslint-config-ethang.pages.dev/rules)
|
|
4
4
|
|
|
5
|
-
*
|
|
5
|
+
* 599 errored rules.
|
|
6
6
|
* 141 rules from vanilla EsLint
|
|
7
|
-
*
|
|
7
|
+
* 113 rules from [sindresorhus/eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)
|
|
8
8
|
* 107 rules from [@typescript/eslint](https://github.com/typescript-eslint/typescript-eslint)
|
|
9
9
|
* 75 rules from [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react)
|
|
10
10
|
* 51 rules from [eslint-plugin-astro](https://www.npmjs.com/package/eslint-plugin-astro)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethang/eslint-config",
|
|
3
|
-
"version": "17.5.
|
|
3
|
+
"version": "17.5.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
|
|
6
6
|
},
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"author": "Ethan Glover",
|
|
17
17
|
"license": "ISC",
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@eslint/js": "^9.
|
|
19
|
+
"@eslint/js": "^9.8.0",
|
|
20
20
|
"@tanstack/eslint-plugin-query": "^5.51.15",
|
|
21
|
-
"@typescript-eslint/parser": "^7.
|
|
22
|
-
"eslint": "^9.
|
|
21
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
22
|
+
"eslint": "^9.8.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",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
33
33
|
"prettier": "^3.3.3",
|
|
34
34
|
"typescript": "^5.5.4",
|
|
35
|
-
"typescript-eslint": "^7.
|
|
35
|
+
"typescript-eslint": "^7.18.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@eslint/js": "^9.
|
|
38
|
+
"@eslint/js": "^9.8.0",
|
|
39
39
|
"@tanstack/eslint-plugin-query": "^5.51.15",
|
|
40
|
-
"@typescript-eslint/parser": "^7.
|
|
41
|
-
"eslint": "^9.
|
|
40
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
41
|
+
"eslint": "^9.8.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",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
52
52
|
"prettier": "^3.3.3",
|
|
53
53
|
"typescript": "^5.5.4",
|
|
54
|
-
"typescript-eslint": "^7.
|
|
54
|
+
"typescript-eslint": "^7.18.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@ethang/project-builder": "^1.1.
|
|
57
|
+
"@ethang/project-builder": "^1.1.49",
|
|
58
58
|
"@tsconfig/node-lts": "^20.1.3",
|
|
59
59
|
"@tsconfig/strictest": "^2.0.5"
|
|
60
60
|
}
|