@antfu/eslint-config 7.4.2 → 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 +9 -9
- package/dist/index.d.mts +241 -154
- package/dist/index.mjs +28 -4
- package/dist/{lib-DRA-mDV0.mjs → lib-B1Rme4qD.mjs} +222 -222
- package/package.json +36 -36
package/dist/cli.mjs
CHANGED
|
@@ -9,7 +9,7 @@ import parse from "parse-gitignore";
|
|
|
9
9
|
import { execSync } from "node:child_process";
|
|
10
10
|
|
|
11
11
|
//#region package.json
|
|
12
|
-
var version = "7.
|
|
12
|
+
var version = "7.5.0";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/cli/constants.ts
|
|
@@ -172,20 +172,20 @@ async function updateEslintFiles(result) {
|
|
|
172
172
|
//#endregion
|
|
173
173
|
//#region src/cli/constants-generated.ts
|
|
174
174
|
const versionsMap = {
|
|
175
|
-
"@eslint-react/eslint-plugin": "^2.
|
|
175
|
+
"@eslint-react/eslint-plugin": "^2.13.0",
|
|
176
176
|
"@next/eslint-plugin-next": "^16.1.6",
|
|
177
177
|
"@unocss/eslint-plugin": "^66.6.0",
|
|
178
|
-
"astro-eslint-parser": "^1.
|
|
179
|
-
"eslint": "^
|
|
180
|
-
"eslint-plugin-astro": "^1.
|
|
181
|
-
"eslint-plugin-format": "^
|
|
178
|
+
"astro-eslint-parser": "^1.3.0",
|
|
179
|
+
"eslint": "^10.0.2",
|
|
180
|
+
"eslint-plugin-astro": "^1.6.0",
|
|
181
|
+
"eslint-plugin-format": "^2.0.0",
|
|
182
182
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
183
|
-
"eslint-plugin-react-refresh": "^0.5.
|
|
183
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
184
184
|
"eslint-plugin-solid": "^0.14.5",
|
|
185
|
-
"eslint-plugin-svelte": "^3.
|
|
185
|
+
"eslint-plugin-svelte": "^3.15.0",
|
|
186
186
|
"prettier-plugin-astro": "^0.14.1",
|
|
187
187
|
"prettier-plugin-slidev": "^1.0.5",
|
|
188
|
-
"svelte-eslint-parser": "^1.
|
|
188
|
+
"svelte-eslint-parser": "^1.5.0"
|
|
189
189
|
};
|
|
190
190
|
|
|
191
191
|
//#endregion
|