@antfu/eslint-config 4.2.0 → 4.3.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.js +60 -77
- package/dist/index.d.ts +1056 -389
- package/package.json +24 -25
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antfu/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.3.0",
|
|
5
5
|
"description": "Anthony's ESLint config",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -82,52 +82,51 @@
|
|
|
82
82
|
"@clack/prompts": "^0.10.0",
|
|
83
83
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
84
84
|
"@eslint/markdown": "^6.2.2",
|
|
85
|
-
"@stylistic/eslint-plugin": "^4.0.0
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
87
|
-
"@typescript-eslint/parser": "^8.
|
|
88
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
89
|
-
"
|
|
85
|
+
"@stylistic/eslint-plugin": "^4.0.0",
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^8.24.1",
|
|
87
|
+
"@typescript-eslint/parser": "^8.24.1",
|
|
88
|
+
"@vitest/eslint-plugin": "^1.1.31",
|
|
89
|
+
"ansis": "^3.15.0",
|
|
90
|
+
"cac": "^6.7.14",
|
|
91
|
+
"eslint-config-flat-gitignore": "^2.1.0",
|
|
90
92
|
"eslint-flat-config-utils": "^2.0.1",
|
|
91
93
|
"eslint-merge-processors": "^2.0.0",
|
|
92
|
-
"eslint-plugin-antfu": "^3.
|
|
93
|
-
"eslint-plugin-command": "^3.
|
|
94
|
+
"eslint-plugin-antfu": "^3.1.0",
|
|
95
|
+
"eslint-plugin-command": "^3.1.0",
|
|
94
96
|
"eslint-plugin-import-x": "^4.6.1",
|
|
95
97
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
96
98
|
"eslint-plugin-jsonc": "^2.19.1",
|
|
97
99
|
"eslint-plugin-n": "^17.15.1",
|
|
98
100
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
99
|
-
"eslint-plugin-perfectionist": "^4.
|
|
101
|
+
"eslint-plugin-perfectionist": "^4.9.0",
|
|
100
102
|
"eslint-plugin-regexp": "^2.7.0",
|
|
101
103
|
"eslint-plugin-toml": "^0.12.0",
|
|
102
|
-
"eslint-plugin-unicorn": "^
|
|
104
|
+
"eslint-plugin-unicorn": "^57.0.0",
|
|
103
105
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
104
106
|
"eslint-plugin-vue": "^9.32.0",
|
|
105
|
-
"eslint-plugin-yml": "^1.
|
|
107
|
+
"eslint-plugin-yml": "^1.17.0",
|
|
106
108
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
107
|
-
"globals": "^15.
|
|
109
|
+
"globals": "^15.15.0",
|
|
108
110
|
"jsonc-eslint-parser": "^2.4.0",
|
|
109
111
|
"local-pkg": "^1.0.0",
|
|
110
112
|
"parse-gitignore": "^2.0.0",
|
|
111
|
-
"picocolors": "^1.1.1",
|
|
112
113
|
"toml-eslint-parser": "^0.10.0",
|
|
113
114
|
"vue-eslint-parser": "^9.4.3",
|
|
114
|
-
"yaml-eslint-parser": "^1.2.3"
|
|
115
|
-
"yargs": "^17.7.2"
|
|
115
|
+
"yaml-eslint-parser": "^1.2.3"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@antfu/ni": "^23.3.1",
|
|
119
119
|
"@eslint-react/eslint-plugin": "^1.26.2",
|
|
120
120
|
"@eslint/config-inspector": "^1.0.0",
|
|
121
121
|
"@prettier/plugin-xml": "^3.4.1",
|
|
122
|
-
"@stylistic/eslint-plugin-migrate": "^4.0.0
|
|
122
|
+
"@stylistic/eslint-plugin-migrate": "^4.0.0",
|
|
123
123
|
"@types/fs-extra": "^11.0.4",
|
|
124
|
-
"@types/node": "^22.13.
|
|
124
|
+
"@types/node": "^22.13.4",
|
|
125
125
|
"@types/prompts": "^2.4.9",
|
|
126
|
-
"@
|
|
127
|
-
"@unocss/eslint-plugin": "^65.4.3",
|
|
126
|
+
"@unocss/eslint-plugin": "^65.5.0",
|
|
128
127
|
"astro-eslint-parser": "^1.2.1",
|
|
129
|
-
"bumpp": "^10.0.
|
|
130
|
-
"eslint": "^9.20.
|
|
128
|
+
"bumpp": "^10.0.3",
|
|
129
|
+
"eslint": "^9.20.1",
|
|
131
130
|
"eslint-plugin-astro": "^1.3.1",
|
|
132
131
|
"eslint-plugin-format": "^1.0.1",
|
|
133
132
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
@@ -144,19 +143,19 @@
|
|
|
144
143
|
"prettier-plugin-slidev": "^1.0.5",
|
|
145
144
|
"rimraf": "^6.0.1",
|
|
146
145
|
"simple-git-hooks": "^2.11.1",
|
|
147
|
-
"svelte": "^5.
|
|
146
|
+
"svelte": "^5.20.1",
|
|
148
147
|
"svelte-eslint-parser": "^0.43.0",
|
|
149
148
|
"tsup": "^8.3.6",
|
|
150
149
|
"tsx": "^4.19.2",
|
|
151
150
|
"typescript": "^5.7.3",
|
|
152
151
|
"vitest": "^3.0.5",
|
|
153
152
|
"vue": "^3.5.13",
|
|
154
|
-
"@antfu/eslint-config": "4.
|
|
153
|
+
"@antfu/eslint-config": "4.3.0"
|
|
155
154
|
},
|
|
156
155
|
"resolutions": {
|
|
157
156
|
"@eslint-community/eslint-utils": "^4.4.1",
|
|
158
|
-
"@typescript-eslint/utils": "^8.
|
|
159
|
-
"eslint": "^9.20.
|
|
157
|
+
"@typescript-eslint/utils": "^8.24.1",
|
|
158
|
+
"eslint": "^9.20.1",
|
|
160
159
|
"tsx": "^4.19.2"
|
|
161
160
|
},
|
|
162
161
|
"simple-git-hooks": {
|