@antfu/eslint-config 2.22.3 → 2.22.4

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/README.md CHANGED
@@ -26,7 +26,7 @@
26
26
  We provided a CLI tool to help you set up your project, or migrate from the legacy config to the new flat config with one command.
27
27
 
28
28
  ```bash
29
- npx @antfu/eslint-config@latest
29
+ pnpm dlx @antfu/eslint-config@latest
30
30
  ```
31
31
 
32
32
  ### Manual Install
package/dist/cli.cjs CHANGED
@@ -48,7 +48,7 @@ var import_picocolors = __toESM(require("picocolors"), 1);
48
48
  var package_default = {
49
49
  name: "@antfu/eslint-config",
50
50
  type: "module",
51
- version: "2.22.3",
51
+ version: "2.22.4",
52
52
  packageManager: "pnpm@9.5.0",
53
53
  description: "Anthony's ESLint config",
54
54
  author: "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
@@ -148,7 +148,7 @@ var package_default = {
148
148
  "@stylistic/eslint-plugin": "^2.6.0-beta.0",
149
149
  "@typescript-eslint/eslint-plugin": "8.0.0-alpha.40",
150
150
  "@typescript-eslint/parser": "8.0.0-alpha.40",
151
- "eslint-config-flat-gitignore": "^0.1.7",
151
+ "eslint-config-flat-gitignore": "^0.1.8",
152
152
  "eslint-flat-config-utils": "^0.2.5",
153
153
  "eslint-merge-processors": "^0.1.0",
154
154
  "eslint-plugin-antfu": "^2.3.4",
@@ -191,7 +191,7 @@ var package_default = {
191
191
  "@types/node": "^20.14.10",
192
192
  "@types/prompts": "^2.4.9",
193
193
  "@types/yargs": "^17.0.32",
194
- "@unocss/eslint-plugin": "^0.61.3",
194
+ "@unocss/eslint-plugin": "^0.61.4",
195
195
  "astro-eslint-parser": "^1.0.2",
196
196
  bumpp: "^9.4.1",
197
197
  eslint: "npm:eslint-ts-patch@9.5.0-0",
package/dist/cli.js CHANGED
@@ -19,7 +19,7 @@ import c from "picocolors";
19
19
  var package_default = {
20
20
  name: "@antfu/eslint-config",
21
21
  type: "module",
22
- version: "2.22.3",
22
+ version: "2.22.4",
23
23
  packageManager: "pnpm@9.5.0",
24
24
  description: "Anthony's ESLint config",
25
25
  author: "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
@@ -119,7 +119,7 @@ var package_default = {
119
119
  "@stylistic/eslint-plugin": "^2.6.0-beta.0",
120
120
  "@typescript-eslint/eslint-plugin": "8.0.0-alpha.40",
121
121
  "@typescript-eslint/parser": "8.0.0-alpha.40",
122
- "eslint-config-flat-gitignore": "^0.1.7",
122
+ "eslint-config-flat-gitignore": "^0.1.8",
123
123
  "eslint-flat-config-utils": "^0.2.5",
124
124
  "eslint-merge-processors": "^0.1.0",
125
125
  "eslint-plugin-antfu": "^2.3.4",
@@ -162,7 +162,7 @@ var package_default = {
162
162
  "@types/node": "^20.14.10",
163
163
  "@types/prompts": "^2.4.9",
164
164
  "@types/yargs": "^17.0.32",
165
- "@unocss/eslint-plugin": "^0.61.3",
165
+ "@unocss/eslint-plugin": "^0.61.4",
166
166
  "astro-eslint-parser": "^1.0.2",
167
167
  bumpp: "^9.4.1",
168
168
  eslint: "npm:eslint-ts-patch@9.5.0-0",
package/dist/index.d.cts CHANGED
@@ -14877,7 +14877,7 @@ interface OptionsTypeScriptWithTypes {
14877
14877
  * When this options is provided, type aware rules will be enabled.
14878
14878
  * @see https://typescript-eslint.io/linting/typed-linting/
14879
14879
  */
14880
- tsconfigPath?: string | string[];
14880
+ tsconfigPath?: string;
14881
14881
  }
14882
14882
  interface OptionsHasTypeScript {
14883
14883
  typescript?: boolean;
package/dist/index.d.ts CHANGED
@@ -14877,7 +14877,7 @@ interface OptionsTypeScriptWithTypes {
14877
14877
  * When this options is provided, type aware rules will be enabled.
14878
14878
  * @see https://typescript-eslint.io/linting/typed-linting/
14879
14879
  */
14880
- tsconfigPath?: string | string[];
14880
+ tsconfigPath?: string;
14881
14881
  }
14882
14882
  interface OptionsHasTypeScript {
14883
14883
  typescript?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antfu/eslint-config",
3
3
  "type": "module",
4
- "version": "2.22.3",
4
+ "version": "2.22.4",
5
5
  "description": "Anthony's ESLint config",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
7
7
  "license": "MIT",
@@ -86,7 +86,7 @@
86
86
  "@stylistic/eslint-plugin": "^2.6.0-beta.0",
87
87
  "@typescript-eslint/eslint-plugin": "8.0.0-alpha.40",
88
88
  "@typescript-eslint/parser": "8.0.0-alpha.40",
89
- "eslint-config-flat-gitignore": "^0.1.7",
89
+ "eslint-config-flat-gitignore": "^0.1.8",
90
90
  "eslint-flat-config-utils": "^0.2.5",
91
91
  "eslint-merge-processors": "^0.1.0",
92
92
  "eslint-plugin-antfu": "^2.3.4",
@@ -128,7 +128,7 @@
128
128
  "@types/node": "^20.14.10",
129
129
  "@types/prompts": "^2.4.9",
130
130
  "@types/yargs": "^17.0.32",
131
- "@unocss/eslint-plugin": "^0.61.3",
131
+ "@unocss/eslint-plugin": "^0.61.4",
132
132
  "astro-eslint-parser": "^1.0.2",
133
133
  "bumpp": "^9.4.1",
134
134
  "eslint": "npm:eslint-ts-patch@9.5.0-0",
@@ -156,7 +156,7 @@
156
156
  "typescript": "^5.5.3",
157
157
  "vitest": "^2.0.3",
158
158
  "vue": "^3.4.31",
159
- "@antfu/eslint-config": "2.22.3"
159
+ "@antfu/eslint-config": "2.22.4"
160
160
  },
161
161
  "resolutions": {
162
162
  "tsx": "~4.16.2"