@antfu/eslint-config 3.5.1 → 3.6.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.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.5.1",
44
+ version: "3.6.0",
45
45
  packageManager: "pnpm@9.10.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.5.1",
15
+ version: "3.6.0",
16
16
  packageManager: "pnpm@9.10.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
@@ -1264,12 +1264,12 @@ async function perfectionist() {
1264
1264
  "perfectionist/sort-exports": ["error", { order: "asc", type: "natural" }],
1265
1265
  "perfectionist/sort-imports": ["error", {
1266
1266
  groups: [
1267
+ "type",
1268
+ ["parent-type", "sibling-type", "index-type"],
1267
1269
  "builtin",
1268
1270
  "external",
1269
- "type",
1270
1271
  ["internal", "internal-type"],
1271
1272
  ["parent", "sibling", "index"],
1272
- ["parent-type", "sibling-type", "index-type"],
1273
1273
  "side-effect",
1274
1274
  "object",
1275
1275
  "unknown"
package/dist/index.d.cts CHANGED
@@ -1,9 +1,9 @@
1
- import { FlatConfigComposer } from 'eslint-flat-config-utils';
2
1
  import { Linter } from 'eslint';
3
2
  import { StylisticCustomizeOptions } from '@stylistic/eslint-plugin';
4
3
  import { ParserOptions } from '@typescript-eslint/parser';
5
4
  import { FlatGitignoreOptions } from 'eslint-config-flat-gitignore';
6
5
  import { Options } from 'eslint-processor-vue-blocks';
6
+ import { FlatConfigComposer } from 'eslint-flat-config-utils';
7
7
 
8
8
  /* eslint-disable */
9
9
  /* prettier-ignore */
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- import { FlatConfigComposer } from 'eslint-flat-config-utils';
2
1
  import { Linter } from 'eslint';
3
2
  import { StylisticCustomizeOptions } from '@stylistic/eslint-plugin';
4
3
  import { ParserOptions } from '@typescript-eslint/parser';
5
4
  import { FlatGitignoreOptions } from 'eslint-config-flat-gitignore';
6
5
  import { Options } from 'eslint-processor-vue-blocks';
6
+ import { FlatConfigComposer } from 'eslint-flat-config-utils';
7
7
 
8
8
  /* eslint-disable */
9
9
  /* prettier-ignore */
package/dist/index.js CHANGED
@@ -1151,12 +1151,12 @@ async function perfectionist() {
1151
1151
  "perfectionist/sort-exports": ["error", { order: "asc", type: "natural" }],
1152
1152
  "perfectionist/sort-imports": ["error", {
1153
1153
  groups: [
1154
+ "type",
1155
+ ["parent-type", "sibling-type", "index-type"],
1154
1156
  "builtin",
1155
1157
  "external",
1156
- "type",
1157
1158
  ["internal", "internal-type"],
1158
1159
  ["parent", "sibling", "index"],
1159
- ["parent-type", "sibling-type", "index-type"],
1160
1160
  "side-effect",
1161
1161
  "object",
1162
1162
  "unknown"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antfu/eslint-config",
3
3
  "type": "module",
4
- "version": "3.5.1",
4
+ "version": "3.6.0",
5
5
  "description": "Anthony's ESLint config",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
7
7
  "license": "MIT",
@@ -155,7 +155,7 @@
155
155
  "typescript": "^5.6.2",
156
156
  "vitest": "^2.0.5",
157
157
  "vue": "^3.5.4",
158
- "@antfu/eslint-config": "3.5.1"
158
+ "@antfu/eslint-config": "3.6.0"
159
159
  },
160
160
  "resolutions": {
161
161
  "@eslint-community/eslint-utils": "^4.4.0",