@antfu/eslint-config 8.2.0 → 9.0.0
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 +29 -10
- package/dist/cli.mjs +6 -6
- package/dist/index.d.mts +419 -164
- package/dist/index.mjs +27 -56
- package/dist/{lib-UO5evvxw.mjs → lib-C1Uxp5ZW.mjs} +320 -287
- package/package.json +44 -42
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antfu/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "9.0.0",
|
|
5
5
|
"description": "Anthony's ESLint config",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@angular-eslint/eslint-plugin": "^21.1.0",
|
|
33
33
|
"@angular-eslint/eslint-plugin-template": "^21.1.0",
|
|
34
34
|
"@angular-eslint/template-parser": "^21.1.0",
|
|
35
|
-
"@eslint-react/eslint-plugin": "^
|
|
35
|
+
"@eslint-react/eslint-plugin": "^5.6.0",
|
|
36
36
|
"@next/eslint-plugin-next": ">=15.0.0",
|
|
37
37
|
"@prettier/plugin-xml": "^3.4.1",
|
|
38
38
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
@@ -107,36 +107,36 @@
|
|
|
107
107
|
},
|
|
108
108
|
"dependencies": {
|
|
109
109
|
"@antfu/install-pkg": "^1.1.0",
|
|
110
|
-
"@clack/prompts": "^1.
|
|
111
|
-
"@e18e/eslint-plugin": "^0.
|
|
110
|
+
"@clack/prompts": "^1.3.0",
|
|
111
|
+
"@e18e/eslint-plugin": "^0.4.1",
|
|
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.
|
|
116
|
-
"@typescript-eslint/parser": "^8.
|
|
117
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
115
|
+
"@typescript-eslint/eslint-plugin": "^8.59.2",
|
|
116
|
+
"@typescript-eslint/parser": "^8.59.2",
|
|
117
|
+
"@vitest/eslint-plugin": "^1.6.17",
|
|
118
118
|
"ansis": "^4.2.0",
|
|
119
119
|
"cac": "^7.0.0",
|
|
120
120
|
"eslint-config-flat-gitignore": "^2.3.0",
|
|
121
|
-
"eslint-flat-config-utils": "^3.
|
|
121
|
+
"eslint-flat-config-utils": "^3.2.0",
|
|
122
122
|
"eslint-merge-processors": "^2.0.0",
|
|
123
|
-
"eslint-plugin-antfu": "^3.2.
|
|
123
|
+
"eslint-plugin-antfu": "^3.2.3",
|
|
124
124
|
"eslint-plugin-command": "^3.5.2",
|
|
125
125
|
"eslint-plugin-import-lite": "^0.6.0",
|
|
126
126
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
127
127
|
"eslint-plugin-jsonc": "^3.1.2",
|
|
128
|
-
"eslint-plugin-n": "^
|
|
129
|
-
"eslint-plugin-no-only-tests": "^3.
|
|
130
|
-
"eslint-plugin-perfectionist": "^5.
|
|
128
|
+
"eslint-plugin-n": "^18.0.1",
|
|
129
|
+
"eslint-plugin-no-only-tests": "^3.4.0",
|
|
130
|
+
"eslint-plugin-perfectionist": "^5.9.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",
|
|
134
134
|
"eslint-plugin-unicorn": "^64.0.0",
|
|
135
135
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
136
|
-
"eslint-plugin-vue": "^10.
|
|
137
|
-
"eslint-plugin-yml": "^3.3.
|
|
136
|
+
"eslint-plugin-vue": "^10.9.1",
|
|
137
|
+
"eslint-plugin-yml": "^3.3.2",
|
|
138
138
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
139
|
-
"globals": "^17.
|
|
139
|
+
"globals": "^17.6.0",
|
|
140
140
|
"local-pkg": "^1.1.2",
|
|
141
141
|
"parse-gitignore": "^2.0.0",
|
|
142
142
|
"toml-eslint-parser": "^1.0.3",
|
|
@@ -147,46 +147,48 @@
|
|
|
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.
|
|
151
|
-
"@antfu/ni": "^30.
|
|
152
|
-
"@eslint-react/eslint-plugin": "^
|
|
153
|
-
"@eslint/config-inspector": "^
|
|
154
|
-
"@next/eslint-plugin-next": "^16.2.
|
|
150
|
+
"@angular/core": "^21.2.12",
|
|
151
|
+
"@antfu/ni": "^30.1.0",
|
|
152
|
+
"@eslint-react/eslint-plugin": "^5.6.0",
|
|
153
|
+
"@eslint/config-inspector": "^2.0.1",
|
|
154
|
+
"@next/eslint-plugin-next": "^16.2.6",
|
|
155
155
|
"@prettier/plugin-xml": "^3.4.2",
|
|
156
156
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
157
|
-
"@types/node": "^25.6.
|
|
157
|
+
"@types/node": "^25.6.2",
|
|
158
158
|
"@unocss/eslint-plugin": "^66.6.8",
|
|
159
159
|
"astro-eslint-parser": "^1.4.0",
|
|
160
|
-
"baseline-browser-mapping": "^2.10.
|
|
161
|
-
"bumpp": "^11.0
|
|
162
|
-
"eslint": "^10.
|
|
160
|
+
"baseline-browser-mapping": "^2.10.29",
|
|
161
|
+
"bumpp": "^11.1.0",
|
|
162
|
+
"eslint": "^10.3.0",
|
|
163
163
|
"eslint-plugin-astro": "^1.7.0",
|
|
164
|
-
"eslint-plugin-erasable-syntax-only": "^0.4.
|
|
164
|
+
"eslint-plugin-erasable-syntax-only": "^0.4.1",
|
|
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.17.
|
|
169
|
+
"eslint-plugin-svelte": "^3.17.1",
|
|
170
170
|
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
|
171
171
|
"eslint-typegen": "^2.3.1",
|
|
172
172
|
"execa": "^9.6.1",
|
|
173
173
|
"find-up-simple": "^1.0.1",
|
|
174
|
-
"jiti": "^2.
|
|
175
|
-
"lint-staged": "^
|
|
174
|
+
"jiti": "^2.7.0",
|
|
175
|
+
"lint-staged": "^17.0.4",
|
|
176
176
|
"pnpm-workspace-yaml": "^1.6.0",
|
|
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
|
-
"
|
|
181
|
-
"svelte
|
|
180
|
+
"skills-npm": "^1.1.1",
|
|
181
|
+
"svelte": "^5.55.5",
|
|
182
|
+
"svelte-eslint-parser": "^1.6.1",
|
|
182
183
|
"tinyglobby": "^0.2.16",
|
|
183
|
-
"tsdown": "^0.
|
|
184
|
-
"
|
|
184
|
+
"tsdown": "^0.22.0",
|
|
185
|
+
"tsdown-stale-guard": "^0.1.2",
|
|
186
|
+
"tsnapi": "^0.3.2",
|
|
185
187
|
"tsx": "^4.21.0",
|
|
186
|
-
"typescript": "^6.0.
|
|
187
|
-
"vitest": "^4.1.
|
|
188
|
-
"vue": "^3.5.
|
|
189
|
-
"@antfu/eslint-config": "
|
|
188
|
+
"typescript": "^6.0.3",
|
|
189
|
+
"vitest": "^4.1.5",
|
|
190
|
+
"vue": "^3.5.34",
|
|
191
|
+
"@antfu/eslint-config": "9.0.0"
|
|
190
192
|
},
|
|
191
193
|
"resolutions": {
|
|
192
194
|
"@eslint-community/eslint-utils": "catalog:peer",
|
|
@@ -206,12 +208,12 @@
|
|
|
206
208
|
},
|
|
207
209
|
"inlinedDependencies": {
|
|
208
210
|
"@eslint-community/eslint-utils": "4.9.1",
|
|
209
|
-
"@typescript-eslint/scope-manager": "8.
|
|
210
|
-
"@typescript-eslint/types": "8.
|
|
211
|
-
"@typescript-eslint/utils": "8.
|
|
212
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
213
|
-
"cached-factory": "0.
|
|
214
|
-
"eslint-plugin-erasable-syntax-only": "0.4.
|
|
211
|
+
"@typescript-eslint/scope-manager": "8.59.2",
|
|
212
|
+
"@typescript-eslint/types": "8.59.2",
|
|
213
|
+
"@typescript-eslint/utils": "8.59.2",
|
|
214
|
+
"@typescript-eslint/visitor-keys": "8.59.2",
|
|
215
|
+
"cached-factory": "0.2.0",
|
|
216
|
+
"eslint-plugin-erasable-syntax-only": "0.4.1",
|
|
215
217
|
"eslint-visitor-keys": [
|
|
216
218
|
"3.4.3",
|
|
217
219
|
"5.0.1"
|