@vinicunca/eslint-config 4.9.0 → 4.10.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 +996 -1965
- package/dist/index.mjs +230 -265
- package/dist/{lib-BY1orQVd.mjs → lib-D3Kr7UIJ.mjs} +340 -631
- package/package.json +22 -9
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.10.0",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -44,8 +44,6 @@
|
|
|
44
44
|
".": "./dist/index.mjs",
|
|
45
45
|
"./package.json": "./package.json"
|
|
46
46
|
},
|
|
47
|
-
"main": "./dist/index.mjs",
|
|
48
|
-
"module": "./dist/index.mjs",
|
|
49
47
|
"types": "./dist/index.d.mts",
|
|
50
48
|
"files": [
|
|
51
49
|
"dist"
|
|
@@ -120,7 +118,7 @@
|
|
|
120
118
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
121
119
|
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
|
122
120
|
"@typescript-eslint/parser": "^8.57.0",
|
|
123
|
-
"@unocss/eslint-plugin": "^66.6.
|
|
121
|
+
"@unocss/eslint-plugin": "^66.6.7",
|
|
124
122
|
"@vitest/eslint-plugin": "^1.6.10",
|
|
125
123
|
"eslint-config-flat-gitignore": "^2.2.1",
|
|
126
124
|
"eslint-flat-config-utils": "^3.0.2",
|
|
@@ -150,7 +148,7 @@
|
|
|
150
148
|
"yaml-eslint-parser": "^2.0.0"
|
|
151
149
|
},
|
|
152
150
|
"devDependencies": {
|
|
153
|
-
"@antfu/ni": "^28.
|
|
151
|
+
"@antfu/ni": "^28.3.0",
|
|
154
152
|
"@eslint-react/eslint-plugin": "^2.13.0",
|
|
155
153
|
"@eslint/config-inspector": "^1.5.0",
|
|
156
154
|
"@next/eslint-plugin-next": "^16.1.6",
|
|
@@ -167,21 +165,21 @@
|
|
|
167
165
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
168
166
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
169
167
|
"eslint-plugin-solid": "^0.14.5",
|
|
170
|
-
"eslint-plugin-svelte": "^3.15.
|
|
168
|
+
"eslint-plugin-svelte": "^3.15.2",
|
|
171
169
|
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
|
172
170
|
"eslint-typegen": "^2.3.1",
|
|
173
171
|
"execa": "^9.6.1",
|
|
174
172
|
"find-up-simple": "^1.0.1",
|
|
175
173
|
"jiti": "^2.6.1",
|
|
176
|
-
"lint-staged": "^16.3.
|
|
174
|
+
"lint-staged": "^16.3.3",
|
|
177
175
|
"pnpm-workspace-yaml": "^1.6.0",
|
|
178
176
|
"prettier-plugin-astro": "^0.14.1",
|
|
179
177
|
"prettier-plugin-slidev": "^1.0.5",
|
|
180
178
|
"simple-git-hooks": "^2.13.1",
|
|
181
|
-
"svelte": "^5.53.
|
|
179
|
+
"svelte": "^5.53.10",
|
|
182
180
|
"svelte-eslint-parser": "^1.6.0",
|
|
183
181
|
"tinyglobby": "^0.2.15",
|
|
184
|
-
"tsdown": "^0.
|
|
182
|
+
"tsdown": "^0.21.2",
|
|
185
183
|
"tsx": "^4.21.0",
|
|
186
184
|
"typescript": "^5.9.3",
|
|
187
185
|
"vitest": "^4.0.18",
|
|
@@ -201,6 +199,21 @@
|
|
|
201
199
|
"lint-staged": {
|
|
202
200
|
"*": "eslint --fix"
|
|
203
201
|
},
|
|
202
|
+
"inlinedDependencies": {
|
|
203
|
+
"@eslint-community/eslint-utils": "4.9.1",
|
|
204
|
+
"@typescript-eslint/scope-manager": "8.57.0",
|
|
205
|
+
"@typescript-eslint/types": "8.57.0",
|
|
206
|
+
"@typescript-eslint/utils": "8.57.0",
|
|
207
|
+
"@typescript-eslint/visitor-keys": "8.57.0",
|
|
208
|
+
"@vinicunca/perkakas": "1.13.2",
|
|
209
|
+
"cached-factory": "0.1.0",
|
|
210
|
+
"eslint-plugin-erasable-syntax-only": "0.4.0",
|
|
211
|
+
"eslint-visitor-keys": [
|
|
212
|
+
"3.4.3",
|
|
213
|
+
"5.0.1"
|
|
214
|
+
],
|
|
215
|
+
"find-up-simple": "1.0.1"
|
|
216
|
+
},
|
|
204
217
|
"scripts": {
|
|
205
218
|
"build": "nr typegen && tsdown --clean --dts",
|
|
206
219
|
"stub": "tsdown",
|