@ethang/eslint-config 24.8.3 → 24.8.5
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* 144 rules from [@eslint/js](https://github.com/eslint/eslint/tree/main/packages/js)
|
|
11
11
|
* 134 rules from [sindresorhus/eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)
|
|
12
12
|
* 110 rules from [@typescript/eslint](https://github.com/typescript-eslint/typescript-eslint)
|
|
13
|
-
* 42 rules from [eslint-plugin-lodash](https://github.com/
|
|
13
|
+
* 42 rules from [eslint-plugin-lodash](https://github.com/idok/eslint-plugin-lodash)
|
|
14
14
|
* 34 rules from [jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y)
|
|
15
15
|
* 22 rules from [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist)
|
|
16
16
|
* 20 rules from [@eslint/markdown](https://github.com/eslint/markdown)
|
package/package.json
CHANGED
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"@eslint/js": "^9.39.2",
|
|
15
15
|
"@eslint/json": "^1.0.1",
|
|
16
16
|
"@eslint/markdown": "^7.5.1",
|
|
17
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
17
|
+
"@html-eslint/eslint-plugin": "^0.56.0",
|
|
18
18
|
"@tanstack/eslint-plugin-query": "^5.91.4",
|
|
19
|
-
"@tanstack/eslint-plugin-router": "^1.
|
|
19
|
+
"@tanstack/eslint-plugin-router": "^1.161.2",
|
|
20
20
|
"@typescript-eslint/parser": "^8.56.0",
|
|
21
21
|
"angular-eslint": "21.2.0",
|
|
22
22
|
"eslint": "^9.39.2",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
43
43
|
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
|
44
44
|
"@types/lodash": "^4.17.23",
|
|
45
|
-
"@types/node": "^25.
|
|
46
|
-
"baseline-browser-mapping": "^2.
|
|
45
|
+
"@types/node": "^25.3.0",
|
|
46
|
+
"baseline-browser-mapping": "^2.10.0",
|
|
47
47
|
"browserslist-config-baseline": "^0.5.0",
|
|
48
48
|
"lodash": "^4.17.23",
|
|
49
49
|
"tailwindcss": "^4.2.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"lint": "eslint . --fix --concurrency=auto && prettier src --write"
|
|
65
65
|
},
|
|
66
66
|
"type": "module",
|
|
67
|
-
"version": "24.8.
|
|
67
|
+
"version": "24.8.5"
|
|
68
68
|
}
|