@antfu/eslint-config 8.0.0 → 8.1.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/dist/cli.mjs +4 -4
- package/dist/index.d.mts +116 -0
- package/dist/index.mjs +10 -4
- package/dist/{lib-EoktVv6C.mjs → lib-UO5evvxw.mjs} +231 -231
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antfu/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.1.1",
|
|
5
5
|
"description": "Anthony's ESLint config",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
113
113
|
"@eslint/markdown": "^8.0.1",
|
|
114
114
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
115
|
-
"@typescript-eslint/eslint-plugin": "^8.58.
|
|
116
|
-
"@typescript-eslint/parser": "^8.58.
|
|
115
|
+
"@typescript-eslint/eslint-plugin": "^8.58.1",
|
|
116
|
+
"@typescript-eslint/parser": "^8.58.1",
|
|
117
117
|
"@vitest/eslint-plugin": "^1.6.14",
|
|
118
118
|
"ansis": "^4.2.0",
|
|
119
119
|
"cac": "^7.0.0",
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
"eslint-plugin-antfu": "^3.2.2",
|
|
124
124
|
"eslint-plugin-command": "^3.5.2",
|
|
125
125
|
"eslint-plugin-import-lite": "^0.6.0",
|
|
126
|
-
"eslint-plugin-jsdoc": "^62.
|
|
126
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
127
127
|
"eslint-plugin-jsonc": "^3.1.2",
|
|
128
128
|
"eslint-plugin-n": "^17.24.0",
|
|
129
129
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
130
|
-
"eslint-plugin-perfectionist": "^5.
|
|
130
|
+
"eslint-plugin-perfectionist": "^5.8.0",
|
|
131
131
|
"eslint-plugin-pnpm": "^1.6.0",
|
|
132
132
|
"eslint-plugin-regexp": "^3.1.0",
|
|
133
133
|
"eslint-plugin-toml": "^1.3.1",
|
|
@@ -147,26 +147,26 @@
|
|
|
147
147
|
"@angular-eslint/eslint-plugin": "^21.3.1",
|
|
148
148
|
"@angular-eslint/eslint-plugin-template": "^21.3.1",
|
|
149
149
|
"@angular-eslint/template-parser": "^21.3.1",
|
|
150
|
-
"@angular/core": "^21.2.
|
|
150
|
+
"@angular/core": "^21.2.7",
|
|
151
151
|
"@antfu/ni": "^30.0.0",
|
|
152
152
|
"@eslint-react/eslint-plugin": "^3.0.0",
|
|
153
153
|
"@eslint/config-inspector": "^1.5.0",
|
|
154
154
|
"@next/eslint-plugin-next": "^16.2.2",
|
|
155
155
|
"@prettier/plugin-xml": "^3.4.2",
|
|
156
156
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
157
|
-
"@types/node": "^25.5.
|
|
157
|
+
"@types/node": "^25.5.2",
|
|
158
158
|
"@unocss/eslint-plugin": "^66.6.7",
|
|
159
159
|
"astro-eslint-parser": "^1.4.0",
|
|
160
|
-
"baseline-browser-mapping": "^2.10.
|
|
160
|
+
"baseline-browser-mapping": "^2.10.16",
|
|
161
161
|
"bumpp": "^11.0.1",
|
|
162
|
-
"eslint": "^10.
|
|
163
|
-
"eslint-plugin-astro": "^1.
|
|
162
|
+
"eslint": "^10.2.0",
|
|
163
|
+
"eslint-plugin-astro": "^1.7.0",
|
|
164
164
|
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
165
165
|
"eslint-plugin-format": "^2.0.1",
|
|
166
166
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
167
167
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
168
168
|
"eslint-plugin-solid": "^0.14.5",
|
|
169
|
-
"eslint-plugin-svelte": "^3.
|
|
169
|
+
"eslint-plugin-svelte": "^3.17.0",
|
|
170
170
|
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
|
171
171
|
"eslint-typegen": "^2.3.1",
|
|
172
172
|
"execa": "^9.6.1",
|
|
@@ -177,15 +177,15 @@
|
|
|
177
177
|
"prettier-plugin-astro": "^0.14.1",
|
|
178
178
|
"prettier-plugin-slidev": "^1.0.5",
|
|
179
179
|
"simple-git-hooks": "^2.13.1",
|
|
180
|
-
"svelte": "^5.55.
|
|
180
|
+
"svelte": "^5.55.2",
|
|
181
181
|
"svelte-eslint-parser": "^1.6.0",
|
|
182
|
-
"tinyglobby": "^0.2.
|
|
182
|
+
"tinyglobby": "^0.2.16",
|
|
183
183
|
"tsdown": "^0.21.7",
|
|
184
184
|
"tsx": "^4.21.0",
|
|
185
185
|
"typescript": "^6.0.2",
|
|
186
|
-
"vitest": "^4.1.
|
|
187
|
-
"vue": "^3.5.
|
|
188
|
-
"@antfu/eslint-config": "8.
|
|
186
|
+
"vitest": "^4.1.3",
|
|
187
|
+
"vue": "^3.5.32",
|
|
188
|
+
"@antfu/eslint-config": "8.1.1"
|
|
189
189
|
},
|
|
190
190
|
"resolutions": {
|
|
191
191
|
"@eslint-community/eslint-utils": "catalog:peer",
|
|
@@ -205,10 +205,10 @@
|
|
|
205
205
|
},
|
|
206
206
|
"inlinedDependencies": {
|
|
207
207
|
"@eslint-community/eslint-utils": "4.9.1",
|
|
208
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
209
|
-
"@typescript-eslint/types": "8.58.
|
|
210
|
-
"@typescript-eslint/utils": "8.58.
|
|
211
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
208
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
209
|
+
"@typescript-eslint/types": "8.58.1",
|
|
210
|
+
"@typescript-eslint/utils": "8.58.1",
|
|
211
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
212
212
|
"cached-factory": "0.1.0",
|
|
213
213
|
"eslint-plugin-erasable-syntax-only": "0.4.0",
|
|
214
214
|
"eslint-visitor-keys": [
|