@antfu/eslint-config 3.3.0 → 3.3.1

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 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.0",
44
+ version: "3.3.1",
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.0",
15
+ version: "3.3.1",
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
@@ -1274,6 +1274,7 @@ async function perfectionist() {
1274
1274
  "object",
1275
1275
  "unknown"
1276
1276
  ],
1277
+ newlinesBetween: "ignore",
1277
1278
  order: "asc",
1278
1279
  type: "natural"
1279
1280
  }],
package/dist/index.js CHANGED
@@ -1161,6 +1161,7 @@ async function perfectionist() {
1161
1161
  "object",
1162
1162
  "unknown"
1163
1163
  ],
1164
+ newlinesBetween: "ignore",
1164
1165
  order: "asc",
1165
1166
  type: "natural"
1166
1167
  }],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antfu/eslint-config",
3
3
  "type": "module",
4
- "version": "3.3.0",
4
+ "version": "3.3.1",
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.0"
159
+ "@antfu/eslint-config": "3.3.1"
160
160
  },
161
161
  "resolutions": {
162
162
  "@eslint-community/eslint-utils": "^4.4.0",