@antfu/eslint-config 7.4.3 → 7.5.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/dist/cli.mjs +8 -8
- package/dist/index.d.mts +83 -10
- package/dist/index.mjs +28 -4
- package/dist/{lib-DRA-mDV0.mjs → lib-B1Rme4qD.mjs} +222 -222
- package/package.json +34 -34
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antfu/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.5.0",
|
|
5
5
|
"description": "Anthony's ESLint config",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -113,69 +113,69 @@
|
|
|
113
113
|
},
|
|
114
114
|
"dependencies": {
|
|
115
115
|
"@antfu/install-pkg": "^1.1.0",
|
|
116
|
-
"@clack/prompts": "^1.0.
|
|
116
|
+
"@clack/prompts": "^1.0.1",
|
|
117
117
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
|
|
118
118
|
"@eslint/markdown": "^7.5.1",
|
|
119
|
-
"@stylistic/eslint-plugin": "^5.
|
|
120
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
121
|
-
"@typescript-eslint/parser": "^8.
|
|
122
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
119
|
+
"@stylistic/eslint-plugin": "^5.9.0",
|
|
120
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
121
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
122
|
+
"@vitest/eslint-plugin": "^1.6.9",
|
|
123
123
|
"ansis": "^4.2.0",
|
|
124
124
|
"cac": "^6.7.14",
|
|
125
|
-
"eslint-config-flat-gitignore": "^2.1
|
|
125
|
+
"eslint-config-flat-gitignore": "^2.2.1",
|
|
126
126
|
"eslint-flat-config-utils": "^3.0.1",
|
|
127
127
|
"eslint-merge-processors": "^2.0.0",
|
|
128
|
-
"eslint-plugin-antfu": "^3.2.
|
|
129
|
-
"eslint-plugin-command": "^3.
|
|
130
|
-
"eslint-plugin-import-lite": "^0.5.
|
|
131
|
-
"eslint-plugin-jsdoc": "^62.
|
|
132
|
-
"eslint-plugin-jsonc": "^
|
|
133
|
-
"eslint-plugin-n": "^17.
|
|
128
|
+
"eslint-plugin-antfu": "^3.2.2",
|
|
129
|
+
"eslint-plugin-command": "^3.5.1",
|
|
130
|
+
"eslint-plugin-import-lite": "^0.5.2",
|
|
131
|
+
"eslint-plugin-jsdoc": "^62.7.1",
|
|
132
|
+
"eslint-plugin-jsonc": "^3.1.0",
|
|
133
|
+
"eslint-plugin-n": "^17.24.0",
|
|
134
134
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
135
|
-
"eslint-plugin-perfectionist": "^5.
|
|
135
|
+
"eslint-plugin-perfectionist": "^5.6.0",
|
|
136
136
|
"eslint-plugin-pnpm": "^1.5.0",
|
|
137
137
|
"eslint-plugin-regexp": "^3.0.0",
|
|
138
|
-
"eslint-plugin-toml": "^1.0
|
|
138
|
+
"eslint-plugin-toml": "^1.3.0",
|
|
139
139
|
"eslint-plugin-unicorn": "^63.0.0",
|
|
140
140
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
141
|
-
"eslint-plugin-vue": "^10.
|
|
142
|
-
"eslint-plugin-yml": "^3.
|
|
141
|
+
"eslint-plugin-vue": "^10.8.0",
|
|
142
|
+
"eslint-plugin-yml": "^3.3.0",
|
|
143
143
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
144
144
|
"globals": "^17.3.0",
|
|
145
|
-
"jsonc-eslint-parser": "^
|
|
145
|
+
"jsonc-eslint-parser": "^3.1.0",
|
|
146
146
|
"local-pkg": "^1.1.2",
|
|
147
147
|
"parse-gitignore": "^2.0.0",
|
|
148
148
|
"toml-eslint-parser": "^1.0.3",
|
|
149
|
-
"vue-eslint-parser": "^10.
|
|
149
|
+
"vue-eslint-parser": "^10.4.0",
|
|
150
150
|
"yaml-eslint-parser": "^2.0.0"
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
153
|
"@angular-eslint/eslint-plugin": "^21.2.0",
|
|
154
154
|
"@angular-eslint/eslint-plugin-template": "^21.2.0",
|
|
155
155
|
"@angular-eslint/template-parser": "^21.2.0",
|
|
156
|
-
"@angular/core": "^21.1.
|
|
156
|
+
"@angular/core": "^21.1.5",
|
|
157
157
|
"@antfu/ni": "^28.2.0",
|
|
158
|
-
"@eslint-react/eslint-plugin": "^2.
|
|
158
|
+
"@eslint-react/eslint-plugin": "^2.13.0",
|
|
159
159
|
"@eslint/config-inspector": "^1.4.2",
|
|
160
160
|
"@next/eslint-plugin-next": "^16.1.6",
|
|
161
161
|
"@prettier/plugin-xml": "^3.4.2",
|
|
162
162
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
163
|
-
"@types/node": "^25.
|
|
163
|
+
"@types/node": "^25.3.0",
|
|
164
164
|
"@unocss/eslint-plugin": "^66.6.0",
|
|
165
|
-
"astro-eslint-parser": "^1.
|
|
166
|
-
"baseline-browser-mapping": "^2.
|
|
165
|
+
"astro-eslint-parser": "^1.3.0",
|
|
166
|
+
"baseline-browser-mapping": "^2.10.0",
|
|
167
167
|
"bumpp": "^10.4.1",
|
|
168
|
-
"eslint": "^
|
|
169
|
-
"eslint-plugin-astro": "^1.
|
|
168
|
+
"eslint": "^10.0.2",
|
|
169
|
+
"eslint-plugin-astro": "^1.6.0",
|
|
170
170
|
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
171
|
-
"eslint-plugin-format": "^
|
|
171
|
+
"eslint-plugin-format": "^2.0.0",
|
|
172
172
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
173
173
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
174
|
-
"eslint-plugin-react-refresh": "^0.5.
|
|
174
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
175
175
|
"eslint-plugin-solid": "^0.14.5",
|
|
176
176
|
"eslint-plugin-svelte": "^3.15.0",
|
|
177
|
-
"eslint-plugin-vuejs-accessibility": "^2.
|
|
178
|
-
"eslint-typegen": "^2.3.
|
|
177
|
+
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
|
178
|
+
"eslint-typegen": "^2.3.1",
|
|
179
179
|
"execa": "^9.6.1",
|
|
180
180
|
"find-up-simple": "^1.0.1",
|
|
181
181
|
"jiti": "^2.6.1",
|
|
@@ -184,15 +184,15 @@
|
|
|
184
184
|
"prettier-plugin-astro": "^0.14.1",
|
|
185
185
|
"prettier-plugin-slidev": "^1.0.5",
|
|
186
186
|
"simple-git-hooks": "^2.13.1",
|
|
187
|
-
"svelte": "^5.
|
|
188
|
-
"svelte-eslint-parser": "^1.
|
|
187
|
+
"svelte": "^5.53.3",
|
|
188
|
+
"svelte-eslint-parser": "^1.5.0",
|
|
189
189
|
"tinyglobby": "^0.2.15",
|
|
190
190
|
"tsdown": "^0.18.4",
|
|
191
191
|
"tsx": "^4.21.0",
|
|
192
192
|
"typescript": "^5.9.3",
|
|
193
193
|
"vitest": "^4.0.18",
|
|
194
|
-
"vue": "^3.5.
|
|
195
|
-
"@antfu/eslint-config": "7.
|
|
194
|
+
"vue": "^3.5.29",
|
|
195
|
+
"@antfu/eslint-config": "7.5.0"
|
|
196
196
|
},
|
|
197
197
|
"resolutions": {
|
|
198
198
|
"@eslint-community/eslint-utils": "catalog:peer",
|