@whoj/eslint-config 7.5.0 → 7.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 +57 -0
- package/dist/cli.mjs +2 -2
- package/dist/index.d.mts +66 -5
- package/dist/index.mjs +1 -1
- package/dist/{lib-DRA-mDV0.mjs → lib-B1Rme4qD.mjs} +222 -222
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whoj/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.5.
|
|
4
|
+
"version": "7.5.2",
|
|
5
5
|
"description": "ESLint config",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/who-jonson/eslint-config",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@prettier/plugin-xml": "^3.4.2",
|
|
38
38
|
"@unocss/eslint-plugin": "^66.6.0",
|
|
39
39
|
"astro-eslint-parser": "^1.2.2",
|
|
40
|
-
"eslint": "^9.39.2",
|
|
40
|
+
"eslint": "^9.39.2||^10.0.0",
|
|
41
41
|
"eslint-plugin-astro": "^1.5.0",
|
|
42
42
|
"eslint-plugin-format": "^1.4.0",
|
|
43
43
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"astro-eslint-parser": "^1.2.2",
|
|
166
166
|
"baseline-browser-mapping": "^2.9.19",
|
|
167
167
|
"bumpp": "^10.4.1",
|
|
168
|
-
"eslint": "^9.39.2",
|
|
168
|
+
"eslint": "^9.39.2||^10.0.0",
|
|
169
169
|
"eslint-plugin-astro": "^1.5.0",
|
|
170
170
|
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
171
171
|
"eslint-plugin-format": "^1.4.0",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"typescript": "^5.9.3",
|
|
193
193
|
"vitest": "^4.0.18",
|
|
194
194
|
"vue": "^3.5.28",
|
|
195
|
-
"@whoj/eslint-config": "7.5.
|
|
195
|
+
"@whoj/eslint-config": "7.5.2"
|
|
196
196
|
},
|
|
197
197
|
"resolutions": {
|
|
198
198
|
"@eslint-community/eslint-utils": "catalog:peer",
|