@antfu/eslint-config 2.11.0 → 2.11.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 +2 -2
- package/dist/cli.js +2 -2
- package/dist/index.d.cts +6750 -7880
- package/dist/index.d.ts +6750 -7880
- package/package.json +3 -3
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.11.
|
|
51
|
+
version: "2.11.2",
|
|
52
52
|
packageManager: "pnpm@8.15.5",
|
|
53
53
|
description: "Anthony's ESLint config",
|
|
54
54
|
author: "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
@@ -189,7 +189,7 @@ var package_default = {
|
|
|
189
189
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
190
190
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
191
191
|
"eslint-plugin-svelte": "2.36.0-next.13",
|
|
192
|
-
"eslint-typegen": "^0.
|
|
192
|
+
"eslint-typegen": "^0.1.4",
|
|
193
193
|
esno: "^4.7.0",
|
|
194
194
|
execa: "^8.0.1",
|
|
195
195
|
"fast-glob": "^3.3.2",
|
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.11.
|
|
22
|
+
version: "2.11.2",
|
|
23
23
|
packageManager: "pnpm@8.15.5",
|
|
24
24
|
description: "Anthony's ESLint config",
|
|
25
25
|
author: "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
@@ -160,7 +160,7 @@ var package_default = {
|
|
|
160
160
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
161
161
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
162
162
|
"eslint-plugin-svelte": "2.36.0-next.13",
|
|
163
|
-
"eslint-typegen": "^0.
|
|
163
|
+
"eslint-typegen": "^0.1.4",
|
|
164
164
|
esno: "^4.7.0",
|
|
165
165
|
execa: "^8.0.1",
|
|
166
166
|
"fast-glob": "^3.3.2",
|