@whoj/eslint-config 7.5.1 → 7.5.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.mjs +1 -1
- package/package.json +116 -119
package/dist/cli.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whoj/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.5.
|
|
5
|
-
"packageManager": "pnpm@10.30.3",
|
|
4
|
+
"version": "7.5.2",
|
|
6
5
|
"description": "ESLint config",
|
|
7
6
|
"license": "MIT",
|
|
8
7
|
"homepage": "https://github.com/who-jonson/eslint-config",
|
|
@@ -29,42 +28,27 @@
|
|
|
29
28
|
"bin",
|
|
30
29
|
"dist"
|
|
31
30
|
],
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "nr typegen && tsdown --clean --dts",
|
|
34
|
-
"stub": "tsdown",
|
|
35
|
-
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
|
|
36
|
-
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
|
|
37
|
-
"watch": "tsdown --watch",
|
|
38
|
-
"lint": "eslint .",
|
|
39
|
-
"lint:fix": "eslint . --fix",
|
|
40
|
-
"typegen": "tsx scripts/typegen.ts && tsx scripts/versiongen.ts",
|
|
41
|
-
"prepack": "nr build",
|
|
42
|
-
"release": "bumpp && pnpm publish",
|
|
43
|
-
"test": "vitest",
|
|
44
|
-
"typecheck": "tsc --noEmit",
|
|
45
|
-
"prepare": "simple-git-hooks"
|
|
46
|
-
},
|
|
47
31
|
"peerDependencies": {
|
|
48
|
-
"@angular-eslint/eslint-plugin": "
|
|
49
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
50
|
-
"@angular-eslint/template-parser": "
|
|
51
|
-
"@eslint-react/eslint-plugin": "
|
|
52
|
-
"@next/eslint-plugin-next": "
|
|
53
|
-
"@prettier/plugin-xml": "
|
|
54
|
-
"@unocss/eslint-plugin": "
|
|
55
|
-
"astro-eslint-parser": "
|
|
56
|
-
"eslint": "
|
|
57
|
-
"eslint-plugin-astro": "
|
|
58
|
-
"eslint-plugin-format": "
|
|
59
|
-
"eslint-plugin-jsx-a11y": "
|
|
60
|
-
"eslint-plugin-react-hooks": "
|
|
61
|
-
"eslint-plugin-react-refresh": "
|
|
62
|
-
"eslint-plugin-solid": "
|
|
63
|
-
"eslint-plugin-svelte": "
|
|
64
|
-
"eslint-plugin-vuejs-accessibility": "
|
|
65
|
-
"prettier-plugin-astro": "
|
|
66
|
-
"prettier-plugin-slidev": "
|
|
67
|
-
"svelte-eslint-parser": "
|
|
32
|
+
"@angular-eslint/eslint-plugin": "^21.2.0",
|
|
33
|
+
"@angular-eslint/eslint-plugin-template": "^21.2.0",
|
|
34
|
+
"@angular-eslint/template-parser": "^21.2.0",
|
|
35
|
+
"@eslint-react/eslint-plugin": "^2.12.4",
|
|
36
|
+
"@next/eslint-plugin-next": "^16.1.6",
|
|
37
|
+
"@prettier/plugin-xml": "^3.4.2",
|
|
38
|
+
"@unocss/eslint-plugin": "^66.6.0",
|
|
39
|
+
"astro-eslint-parser": "^1.2.2",
|
|
40
|
+
"eslint": "^9.39.2||^10.0.0",
|
|
41
|
+
"eslint-plugin-astro": "^1.5.0",
|
|
42
|
+
"eslint-plugin-format": "^1.4.0",
|
|
43
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
44
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
45
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
46
|
+
"eslint-plugin-solid": "^0.14.5",
|
|
47
|
+
"eslint-plugin-svelte": "^3.15.0",
|
|
48
|
+
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
49
|
+
"prettier-plugin-astro": "^0.14.1",
|
|
50
|
+
"prettier-plugin-slidev": "^1.0.5",
|
|
51
|
+
"svelte-eslint-parser": "^1.4.1"
|
|
68
52
|
},
|
|
69
53
|
"peerDependenciesMeta": {
|
|
70
54
|
"@angular-eslint/eslint-plugin": {
|
|
@@ -126,89 +110,89 @@
|
|
|
126
110
|
}
|
|
127
111
|
},
|
|
128
112
|
"dependencies": {
|
|
129
|
-
"@antfu/install-pkg": "
|
|
130
|
-
"@clack/prompts": "
|
|
131
|
-
"@eslint-community/eslint-plugin-eslint-comments": "
|
|
132
|
-
"@eslint/markdown": "
|
|
133
|
-
"@stylistic/eslint-plugin": "
|
|
134
|
-
"@typescript-eslint/eslint-plugin": "
|
|
135
|
-
"@typescript-eslint/parser": "
|
|
136
|
-
"@vitest/eslint-plugin": "
|
|
137
|
-
"@whoj/utils-core": "
|
|
138
|
-
"ansis": "
|
|
139
|
-
"cac": "
|
|
140
|
-
"eslint-config-flat-gitignore": "
|
|
141
|
-
"eslint-flat-config-utils": "
|
|
142
|
-
"eslint-merge-processors": "
|
|
143
|
-
"eslint-plugin-antfu": "
|
|
144
|
-
"eslint-plugin-command": "
|
|
145
|
-
"eslint-plugin-import-lite": "
|
|
146
|
-
"eslint-plugin-jsdoc": "
|
|
147
|
-
"eslint-plugin-jsonc": "
|
|
148
|
-
"eslint-plugin-n": "
|
|
149
|
-
"eslint-plugin-no-only-tests": "
|
|
150
|
-
"eslint-plugin-perfectionist": "
|
|
151
|
-
"eslint-plugin-pnpm": "
|
|
152
|
-
"eslint-plugin-regexp": "
|
|
153
|
-
"eslint-plugin-toml": "
|
|
154
|
-
"eslint-plugin-unicorn": "
|
|
155
|
-
"eslint-plugin-unused-imports": "
|
|
156
|
-
"eslint-plugin-vue": "
|
|
157
|
-
"eslint-plugin-yml": "
|
|
158
|
-
"eslint-processor-vue-blocks": "
|
|
159
|
-
"fast-xml-parser": "
|
|
160
|
-
"globals": "
|
|
161
|
-
"jsonc-eslint-parser": "
|
|
162
|
-
"local-pkg": "
|
|
163
|
-
"parse-gitignore": "
|
|
164
|
-
"toml-eslint-parser": "
|
|
165
|
-
"vue-eslint-parser": "
|
|
166
|
-
"yaml-eslint-parser": "
|
|
113
|
+
"@antfu/install-pkg": "^1.1.0",
|
|
114
|
+
"@clack/prompts": "^1.0.0",
|
|
115
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
|
|
116
|
+
"@eslint/markdown": "^7.5.1",
|
|
117
|
+
"@stylistic/eslint-plugin": "^5.8.0",
|
|
118
|
+
"@typescript-eslint/eslint-plugin": "^8.55.0",
|
|
119
|
+
"@typescript-eslint/parser": "^8.55.0",
|
|
120
|
+
"@vitest/eslint-plugin": "^1.6.7",
|
|
121
|
+
"@whoj/utils-core": "^2.4.0",
|
|
122
|
+
"ansis": "^4.2.0",
|
|
123
|
+
"cac": "^6.7.14",
|
|
124
|
+
"eslint-config-flat-gitignore": "^2.1.0",
|
|
125
|
+
"eslint-flat-config-utils": "^3.0.1",
|
|
126
|
+
"eslint-merge-processors": "^2.0.0",
|
|
127
|
+
"eslint-plugin-antfu": "^3.2.1",
|
|
128
|
+
"eslint-plugin-command": "^3.4.0",
|
|
129
|
+
"eslint-plugin-import-lite": "^0.5.0",
|
|
130
|
+
"eslint-plugin-jsdoc": "^62.5.4",
|
|
131
|
+
"eslint-plugin-jsonc": "^2.21.1",
|
|
132
|
+
"eslint-plugin-n": "^17.23.2",
|
|
133
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
134
|
+
"eslint-plugin-perfectionist": "^5.5.0",
|
|
135
|
+
"eslint-plugin-pnpm": "^1.5.0",
|
|
136
|
+
"eslint-plugin-regexp": "^3.0.0",
|
|
137
|
+
"eslint-plugin-toml": "^1.0.4",
|
|
138
|
+
"eslint-plugin-unicorn": "^63.0.0",
|
|
139
|
+
"eslint-plugin-unused-imports": "^4.4.1",
|
|
140
|
+
"eslint-plugin-vue": "^10.7.0",
|
|
141
|
+
"eslint-plugin-yml": "^3.1.2",
|
|
142
|
+
"eslint-processor-vue-blocks": "^2.0.0",
|
|
143
|
+
"fast-xml-parser": "^5.3.2",
|
|
144
|
+
"globals": "^17.3.0",
|
|
145
|
+
"jsonc-eslint-parser": "^2.4.2",
|
|
146
|
+
"local-pkg": "^1.1.2",
|
|
147
|
+
"parse-gitignore": "^2.0.0",
|
|
148
|
+
"toml-eslint-parser": "^1.0.3",
|
|
149
|
+
"vue-eslint-parser": "^10.2.0",
|
|
150
|
+
"yaml-eslint-parser": "^2.0.0"
|
|
167
151
|
},
|
|
168
152
|
"devDependencies": {
|
|
169
|
-
"@angular-eslint/eslint-plugin": "
|
|
170
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
171
|
-
"@angular-eslint/template-parser": "
|
|
172
|
-
"@angular/core": "
|
|
173
|
-
"@antfu/ni": "
|
|
174
|
-
"@eslint-react/eslint-plugin": "
|
|
175
|
-
"@eslint/config-inspector": "
|
|
176
|
-
"@next/eslint-plugin-next": "
|
|
177
|
-
"@prettier/plugin-xml": "
|
|
178
|
-
"@types/eslint-plugin-jsx-a11y": "
|
|
179
|
-
"@types/node": "
|
|
180
|
-
"@unocss/eslint-plugin": "
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"eslint": "
|
|
186
|
-
"eslint-plugin-
|
|
187
|
-
"eslint-plugin-
|
|
188
|
-
"eslint-plugin-
|
|
189
|
-
"eslint-plugin-
|
|
190
|
-
"eslint-plugin-react-
|
|
191
|
-
"eslint-plugin-
|
|
192
|
-
"eslint-plugin-
|
|
193
|
-
"eslint-plugin-
|
|
194
|
-
"eslint-
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"prettier-plugin-
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"svelte": "
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
153
|
+
"@angular-eslint/eslint-plugin": "^21.2.0",
|
|
154
|
+
"@angular-eslint/eslint-plugin-template": "^21.2.0",
|
|
155
|
+
"@angular-eslint/template-parser": "^21.2.0",
|
|
156
|
+
"@angular/core": "^21.1.3",
|
|
157
|
+
"@antfu/ni": "^28.2.0",
|
|
158
|
+
"@eslint-react/eslint-plugin": "^2.12.4",
|
|
159
|
+
"@eslint/config-inspector": "^1.4.2",
|
|
160
|
+
"@next/eslint-plugin-next": "^16.1.6",
|
|
161
|
+
"@prettier/plugin-xml": "^3.4.2",
|
|
162
|
+
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
163
|
+
"@types/node": "^25.2.3",
|
|
164
|
+
"@unocss/eslint-plugin": "^66.6.0",
|
|
165
|
+
"astro-eslint-parser": "^1.2.2",
|
|
166
|
+
"baseline-browser-mapping": "^2.9.19",
|
|
167
|
+
"bumpp": "^10.4.1",
|
|
168
|
+
"eslint": "^9.39.2||^10.0.0",
|
|
169
|
+
"eslint-plugin-astro": "^1.5.0",
|
|
170
|
+
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
171
|
+
"eslint-plugin-format": "^1.4.0",
|
|
172
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
173
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
174
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
175
|
+
"eslint-plugin-solid": "^0.14.5",
|
|
176
|
+
"eslint-plugin-svelte": "^3.15.0",
|
|
177
|
+
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
178
|
+
"eslint-typegen": "^2.3.0",
|
|
179
|
+
"execa": "^9.6.1",
|
|
180
|
+
"find-up-simple": "^1.0.1",
|
|
181
|
+
"jiti": "^2.6.1",
|
|
182
|
+
"lint-staged": "^16.2.7",
|
|
183
|
+
"pnpm-workspace-yaml": "^1.5.0",
|
|
184
|
+
"prettier-plugin-astro": "^0.14.1",
|
|
185
|
+
"prettier-plugin-slidev": "^1.0.5",
|
|
186
|
+
"simple-git-hooks": "^2.13.1",
|
|
187
|
+
"svelte": "^5.50.1",
|
|
188
|
+
"svelte-eslint-parser": "^1.4.1",
|
|
189
|
+
"tinyglobby": "^0.2.15",
|
|
190
|
+
"tsdown": "^0.18.4",
|
|
191
|
+
"tsx": "^4.21.0",
|
|
192
|
+
"typescript": "^5.9.3",
|
|
193
|
+
"vitest": "^4.0.18",
|
|
194
|
+
"vue": "^3.5.28",
|
|
195
|
+
"@whoj/eslint-config": "7.5.2"
|
|
212
196
|
},
|
|
213
197
|
"resolutions": {
|
|
214
198
|
"@eslint-community/eslint-utils": "catalog:peer",
|
|
@@ -225,5 +209,18 @@
|
|
|
225
209
|
},
|
|
226
210
|
"lint-staged": {
|
|
227
211
|
"*": "eslint --fix"
|
|
212
|
+
},
|
|
213
|
+
"scripts": {
|
|
214
|
+
"build": "nr typegen && tsdown --clean --dts",
|
|
215
|
+
"stub": "tsdown",
|
|
216
|
+
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
|
|
217
|
+
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
|
|
218
|
+
"watch": "tsdown --watch",
|
|
219
|
+
"lint": "eslint .",
|
|
220
|
+
"lint:fix": "eslint . --fix",
|
|
221
|
+
"typegen": "tsx scripts/typegen.ts && tsx scripts/versiongen.ts",
|
|
222
|
+
"release": "bumpp && pnpm publish",
|
|
223
|
+
"test": "vitest",
|
|
224
|
+
"typecheck": "tsc --noEmit"
|
|
228
225
|
}
|
|
229
|
-
}
|
|
226
|
+
}
|