@antfu/eslint-config 3.3.0 → 3.3.2
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.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/cli.cjs
CHANGED
|
@@ -41,7 +41,7 @@ var import_picocolors = __toESM(require("picocolors"), 1);
|
|
|
41
41
|
var package_default = {
|
|
42
42
|
name: "@antfu/eslint-config",
|
|
43
43
|
type: "module",
|
|
44
|
-
version: "3.3.
|
|
44
|
+
version: "3.3.2",
|
|
45
45
|
packageManager: "pnpm@9.9.0",
|
|
46
46
|
description: "Anthony's ESLint config",
|
|
47
47
|
author: "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
package/dist/cli.js
CHANGED
|
@@ -12,7 +12,7 @@ import c from "picocolors";
|
|
|
12
12
|
var package_default = {
|
|
13
13
|
name: "@antfu/eslint-config",
|
|
14
14
|
type: "module",
|
|
15
|
-
version: "3.3.
|
|
15
|
+
version: "3.3.2",
|
|
16
16
|
packageManager: "pnpm@9.9.0",
|
|
17
17
|
description: "Anthony's ESLint config",
|
|
18
18
|
author: "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
package/dist/index.cjs
CHANGED
|
@@ -1271,9 +1271,11 @@ async function perfectionist() {
|
|
|
1271
1271
|
["internal", "internal-type"],
|
|
1272
1272
|
["parent", "sibling", "index"],
|
|
1273
1273
|
["parent-type", "sibling-type", "index-type"],
|
|
1274
|
+
"side-effect",
|
|
1274
1275
|
"object",
|
|
1275
1276
|
"unknown"
|
|
1276
1277
|
],
|
|
1278
|
+
newlinesBetween: "ignore",
|
|
1277
1279
|
order: "asc",
|
|
1278
1280
|
type: "natural"
|
|
1279
1281
|
}],
|
package/dist/index.js
CHANGED
|
@@ -1158,9 +1158,11 @@ async function perfectionist() {
|
|
|
1158
1158
|
["internal", "internal-type"],
|
|
1159
1159
|
["parent", "sibling", "index"],
|
|
1160
1160
|
["parent-type", "sibling-type", "index-type"],
|
|
1161
|
+
"side-effect",
|
|
1161
1162
|
"object",
|
|
1162
1163
|
"unknown"
|
|
1163
1164
|
],
|
|
1165
|
+
newlinesBetween: "ignore",
|
|
1164
1166
|
order: "asc",
|
|
1165
1167
|
type: "natural"
|
|
1166
1168
|
}],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antfu/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.2",
|
|
5
5
|
"description": "Anthony's ESLint config",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"typescript": "^5.5.4",
|
|
157
157
|
"vitest": "^2.0.5",
|
|
158
158
|
"vue": "^3.5.2",
|
|
159
|
-
"@antfu/eslint-config": "3.3.
|
|
159
|
+
"@antfu/eslint-config": "3.3.2"
|
|
160
160
|
},
|
|
161
161
|
"resolutions": {
|
|
162
162
|
"@eslint-community/eslint-utils": "^4.4.0",
|