@vinicunca/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/index.d.mts +1245 -464
- package/dist/index.mjs +376 -277
- package/dist/{lib-DEAC6Tpv.mjs → lib-DHxUIJ7x.mjs} +231 -226
- package/package.json +40 -37
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.3.0",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -122,54 +122,52 @@
|
|
|
122
122
|
"dependencies": {
|
|
123
123
|
"@antfu/install-pkg": "^1.1.0",
|
|
124
124
|
"@clack/prompts": "^0.11.0",
|
|
125
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
125
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
|
|
126
126
|
"@eslint/markdown": "^7.5.1",
|
|
127
|
-
"@stylistic/eslint-plugin": "^5.
|
|
128
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
129
|
-
"@typescript-eslint/parser": "^8.
|
|
130
|
-
"@unocss/eslint-plugin": "^66.
|
|
131
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
127
|
+
"@stylistic/eslint-plugin": "^5.7.0",
|
|
128
|
+
"@typescript-eslint/eslint-plugin": "^8.53.0",
|
|
129
|
+
"@typescript-eslint/parser": "^8.53.0",
|
|
130
|
+
"@unocss/eslint-plugin": "^66.6.0",
|
|
131
|
+
"@vitest/eslint-plugin": "^1.6.6",
|
|
132
132
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
133
133
|
"eslint-flat-config-utils": "^2.1.4",
|
|
134
134
|
"eslint-merge-processors": "^2.0.0",
|
|
135
|
-
"eslint-plugin-antfu": "^3.1.
|
|
135
|
+
"eslint-plugin-antfu": "^3.1.3",
|
|
136
136
|
"eslint-plugin-command": "^3.4.0",
|
|
137
|
-
"eslint-plugin-format": "^1.1
|
|
138
|
-
"eslint-plugin-import-lite": "^0.
|
|
139
|
-
"eslint-plugin-jsdoc": "^
|
|
137
|
+
"eslint-plugin-format": "^1.3.1",
|
|
138
|
+
"eslint-plugin-import-lite": "^0.5.0",
|
|
139
|
+
"eslint-plugin-jsdoc": "^62.0.0",
|
|
140
140
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
141
|
-
"eslint-plugin-n": "^17.23.
|
|
141
|
+
"eslint-plugin-n": "^17.23.2",
|
|
142
142
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
143
|
-
"eslint-plugin-perfectionist": "^
|
|
143
|
+
"eslint-plugin-perfectionist": "^5.3.1",
|
|
144
144
|
"eslint-plugin-pnpm": "^1.4.3",
|
|
145
145
|
"eslint-plugin-regexp": "^2.10.0",
|
|
146
146
|
"eslint-plugin-sonarjs": "^3.0.5",
|
|
147
|
-
"eslint-plugin-toml": "^0.
|
|
147
|
+
"eslint-plugin-toml": "^1.0.0",
|
|
148
148
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
149
149
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
150
150
|
"eslint-plugin-vue": "^10.6.2",
|
|
151
151
|
"eslint-plugin-yml": "^1.19.1",
|
|
152
152
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
153
|
-
"globals": "^
|
|
153
|
+
"globals": "^17.0.0",
|
|
154
154
|
"jsonc-eslint-parser": "^2.4.2",
|
|
155
155
|
"local-pkg": "^1.1.2",
|
|
156
|
-
"toml-eslint-parser": "^0.
|
|
156
|
+
"toml-eslint-parser": "^1.0.2",
|
|
157
157
|
"vue-eslint-parser": "^10.2.0",
|
|
158
158
|
"yaml-eslint-parser": "^1.3.2"
|
|
159
159
|
},
|
|
160
160
|
"devDependencies": {
|
|
161
|
-
"@antfu/ni": "^28.
|
|
162
|
-
"@eslint-react/eslint-plugin": "^2.
|
|
161
|
+
"@antfu/ni": "^28.2.0",
|
|
162
|
+
"@eslint-react/eslint-plugin": "^2.6.4",
|
|
163
163
|
"@eslint/config-inspector": "^1.4.2",
|
|
164
|
-
"@next/eslint-plugin-next": "^16.1.
|
|
164
|
+
"@next/eslint-plugin-next": "^16.1.2",
|
|
165
165
|
"@prettier/plugin-xml": "^3.4.2",
|
|
166
166
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
167
|
-
"@types/node": "^25.0.
|
|
168
|
-
"@
|
|
169
|
-
"@vinicunca/perkakas": "^1.12.0",
|
|
167
|
+
"@types/node": "^25.0.8",
|
|
168
|
+
"@vinicunca/perkakas": "^1.13.0",
|
|
170
169
|
"astro-eslint-parser": "^1.2.2",
|
|
171
|
-
"bumpp": "^10.
|
|
172
|
-
"bundle-require": "^5.1.0",
|
|
170
|
+
"bumpp": "^10.4.0",
|
|
173
171
|
"eslint": "^9.39.2",
|
|
174
172
|
"eslint-plugin-astro": "^1.5.0",
|
|
175
173
|
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
@@ -177,29 +175,33 @@
|
|
|
177
175
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
178
176
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
179
177
|
"eslint-plugin-solid": "^0.14.5",
|
|
180
|
-
"eslint-plugin-svelte": "^3.
|
|
178
|
+
"eslint-plugin-svelte": "^3.14.0",
|
|
181
179
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
182
180
|
"eslint-typegen": "^2.3.0",
|
|
183
181
|
"execa": "^9.6.1",
|
|
184
|
-
"
|
|
182
|
+
"find-up-simple": "^1.0.1",
|
|
185
183
|
"jiti": "^2.6.1",
|
|
186
184
|
"lint-staged": "^16.2.7",
|
|
185
|
+
"pnpm-workspace-yaml": "^1.4.3",
|
|
187
186
|
"prettier-plugin-astro": "^0.14.1",
|
|
188
187
|
"prettier-plugin-slidev": "^1.0.5",
|
|
189
|
-
"react": "^19.2.3",
|
|
190
188
|
"simple-git-hooks": "^2.13.1",
|
|
191
|
-
"svelte": "^5.46.
|
|
189
|
+
"svelte": "^5.46.3",
|
|
192
190
|
"svelte-eslint-parser": "^1.4.1",
|
|
193
|
-
"taze": "^19.9.2",
|
|
194
191
|
"tinyglobby": "^0.2.15",
|
|
195
192
|
"tsdown": "^0.18.4",
|
|
196
193
|
"tsx": "^4.21.0",
|
|
197
194
|
"typescript": "^5.9.3",
|
|
198
|
-
"vitest": "^4.0.
|
|
195
|
+
"vitest": "^4.0.17",
|
|
199
196
|
"vue": "^3.5.26"
|
|
200
197
|
},
|
|
201
198
|
"resolutions": {
|
|
202
|
-
"eslint": "catalog:"
|
|
199
|
+
"@eslint-community/eslint-utils": "catalog:peer",
|
|
200
|
+
"@typescript-eslint/types": "catalog:peer",
|
|
201
|
+
"@typescript-eslint/utils": "catalog:peer",
|
|
202
|
+
"chokidar": "catalog:dev",
|
|
203
|
+
"eslint": "catalog:peer",
|
|
204
|
+
"tsx": "catalog:dev"
|
|
203
205
|
},
|
|
204
206
|
"simple-git-hooks": {
|
|
205
207
|
"pre-commit": "npx lint-staged"
|
|
@@ -208,14 +210,15 @@
|
|
|
208
210
|
"*": "eslint --fix"
|
|
209
211
|
},
|
|
210
212
|
"scripts": {
|
|
211
|
-
"
|
|
212
|
-
"test": "vitest",
|
|
213
|
-
"release": "bumpp",
|
|
214
|
-
"build": "pnpm run typegen && tsdown --clean --dts",
|
|
213
|
+
"build": "nr typegen && tsdown --clean --dts",
|
|
215
214
|
"stub": "tsdown",
|
|
215
|
+
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
|
|
216
|
+
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
|
|
216
217
|
"watch": "tsdown --watch",
|
|
218
|
+
"lint": "eslint",
|
|
217
219
|
"typegen": "tsx scripts/typegen.ts",
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
+
"release": "bumpp",
|
|
221
|
+
"test": "vitest",
|
|
222
|
+
"typecheck": "tsc --noEmit"
|
|
220
223
|
}
|
|
221
224
|
}
|