@antfu/eslint-config 7.7.2 → 7.7.3
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 +1 -1
- package/dist/index.mjs +4 -0
- package/package.json +2 -2
package/dist/cli.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import { cac } from "cac";
|
|
|
8
8
|
import parse from "parse-gitignore";
|
|
9
9
|
import { execSync } from "node:child_process";
|
|
10
10
|
//#region package.json
|
|
11
|
-
var version = "7.7.
|
|
11
|
+
var version = "7.7.3";
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/cli/constants.ts
|
|
14
14
|
const vscodeSettingsString = `
|
package/dist/index.mjs
CHANGED
|
@@ -2435,6 +2435,10 @@ async function e18e(options = {}) {
|
|
|
2435
2435
|
...modernization ? { ...configs.modernization.rules } : {},
|
|
2436
2436
|
...moduleReplacements ? { ...configs.moduleReplacements.rules } : {},
|
|
2437
2437
|
...performanceImprovements ? { ...configs.performanceImprovements.rules } : {},
|
|
2438
|
+
"e18e/prefer-array-to-reversed": "off",
|
|
2439
|
+
"e18e/prefer-array-to-sorted": "off",
|
|
2440
|
+
"e18e/prefer-array-to-spliced": "off",
|
|
2441
|
+
"e18e/prefer-spread-syntax": "off",
|
|
2438
2442
|
...overrides
|
|
2439
2443
|
}
|
|
2440
2444
|
}];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antfu/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.7.
|
|
4
|
+
"version": "7.7.3",
|
|
5
5
|
"description": "Anthony's ESLint config",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"typescript": "^5.9.3",
|
|
191
191
|
"vitest": "^4.0.18",
|
|
192
192
|
"vue": "^3.5.30",
|
|
193
|
-
"@antfu/eslint-config": "7.7.
|
|
193
|
+
"@antfu/eslint-config": "7.7.3"
|
|
194
194
|
},
|
|
195
195
|
"resolutions": {
|
|
196
196
|
"@eslint-community/eslint-utils": "catalog:peer",
|