@antfu/eslint-config 2.16.0 → 2.16.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 +3 -3
- package/dist/cli.js +3 -3
- package/package.json +4 -4
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.16.
|
|
51
|
+
version: "2.16.1",
|
|
52
52
|
packageManager: "pnpm@9.0.6",
|
|
53
53
|
description: "Anthony's ESLint config",
|
|
54
54
|
author: "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
@@ -142,8 +142,8 @@ var package_default = {
|
|
|
142
142
|
"@antfu/install-pkg": "^0.3.2",
|
|
143
143
|
"@clack/prompts": "^0.7.0",
|
|
144
144
|
"@stylistic/eslint-plugin": "^1.7.2",
|
|
145
|
-
"@typescript-eslint/eslint-plugin": "
|
|
146
|
-
"@typescript-eslint/parser": "
|
|
145
|
+
"@typescript-eslint/eslint-plugin": "~7.7.1",
|
|
146
|
+
"@typescript-eslint/parser": "~7.7.1",
|
|
147
147
|
"eslint-config-flat-gitignore": "^0.1.5",
|
|
148
148
|
"eslint-flat-config-utils": "^0.2.3",
|
|
149
149
|
"eslint-merge-processors": "^0.1.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.16.
|
|
22
|
+
version: "2.16.1",
|
|
23
23
|
packageManager: "pnpm@9.0.6",
|
|
24
24
|
description: "Anthony's ESLint config",
|
|
25
25
|
author: "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
@@ -113,8 +113,8 @@ var package_default = {
|
|
|
113
113
|
"@antfu/install-pkg": "^0.3.2",
|
|
114
114
|
"@clack/prompts": "^0.7.0",
|
|
115
115
|
"@stylistic/eslint-plugin": "^1.7.2",
|
|
116
|
-
"@typescript-eslint/eslint-plugin": "
|
|
117
|
-
"@typescript-eslint/parser": "
|
|
116
|
+
"@typescript-eslint/eslint-plugin": "~7.7.1",
|
|
117
|
+
"@typescript-eslint/parser": "~7.7.1",
|
|
118
118
|
"eslint-config-flat-gitignore": "^0.1.5",
|
|
119
119
|
"eslint-flat-config-utils": "^0.2.3",
|
|
120
120
|
"eslint-merge-processors": "^0.1.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antfu/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.16.
|
|
4
|
+
"version": "2.16.1",
|
|
5
5
|
"description": "Anthony's ESLint config",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"@antfu/install-pkg": "^0.3.2",
|
|
81
81
|
"@clack/prompts": "^0.7.0",
|
|
82
82
|
"@stylistic/eslint-plugin": "^1.7.2",
|
|
83
|
-
"@typescript-eslint/eslint-plugin": "
|
|
84
|
-
"@typescript-eslint/parser": "
|
|
83
|
+
"@typescript-eslint/eslint-plugin": "~7.7.1",
|
|
84
|
+
"@typescript-eslint/parser": "~7.7.1",
|
|
85
85
|
"eslint-config-flat-gitignore": "^0.1.5",
|
|
86
86
|
"eslint-flat-config-utils": "^0.2.3",
|
|
87
87
|
"eslint-merge-processors": "^0.1.0",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"typescript": "^5.4.5",
|
|
151
151
|
"vitest": "^1.5.2",
|
|
152
152
|
"vue": "^3.4.25",
|
|
153
|
-
"@antfu/eslint-config": "2.16.
|
|
153
|
+
"@antfu/eslint-config": "2.16.1"
|
|
154
154
|
},
|
|
155
155
|
"simple-git-hooks": {
|
|
156
156
|
"pre-commit": "pnpm lint-staged"
|