@vinicunca/eslint-config 3.30.0 → 4.0.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/README.md +9 -0
- package/dist/{index-UNvaZool.d.ts → index.d.mts} +851 -321
- package/dist/{index.js → index.mjs} +348 -169
- package/dist/lib-BmGFlZdP.mjs +11154 -0
- package/package.json +85 -19
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.1",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -41,20 +41,25 @@
|
|
|
41
41
|
"style linter"
|
|
42
42
|
],
|
|
43
43
|
"exports": {
|
|
44
|
-
".": "./dist/index.
|
|
44
|
+
".": "./dist/index.mjs",
|
|
45
|
+
"./package.json": "./package.json"
|
|
45
46
|
},
|
|
46
|
-
"main": "./dist/index.
|
|
47
|
-
"
|
|
47
|
+
"main": "./dist/index.mjs",
|
|
48
|
+
"module": "./dist/index.mjs",
|
|
49
|
+
"types": "./dist/index.d.mts",
|
|
48
50
|
"files": [
|
|
49
51
|
"dist"
|
|
50
52
|
],
|
|
51
53
|
"peerDependencies": {
|
|
52
|
-
"@eslint-react/eslint-plugin": "^
|
|
54
|
+
"@eslint-react/eslint-plugin": "^2.3.12",
|
|
55
|
+
"@next/eslint-plugin-next": ">=15.0.0",
|
|
53
56
|
"@prettier/plugin-xml": "^3.4.1",
|
|
57
|
+
"@unocss/eslint-plugin": ">=0.50.0",
|
|
54
58
|
"astro-eslint-parser": "^1.0.2",
|
|
55
|
-
"eslint": "^9.
|
|
59
|
+
"eslint": "^9.39.1",
|
|
56
60
|
"eslint-plugin-astro": "^1.2.0",
|
|
57
61
|
"eslint-plugin-format": ">=0.1.0",
|
|
62
|
+
"eslint-plugin-jsx-a11y": ">=6.10.2",
|
|
58
63
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
59
64
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
60
65
|
"eslint-plugin-solid": "^0.14.3",
|
|
@@ -68,9 +73,15 @@
|
|
|
68
73
|
"@eslint-react/eslint-plugin": {
|
|
69
74
|
"optional": true
|
|
70
75
|
},
|
|
76
|
+
"@next/eslint-plugin-next": {
|
|
77
|
+
"optional": true
|
|
78
|
+
},
|
|
71
79
|
"@prettier/plugin-xml": {
|
|
72
80
|
"optional": true
|
|
73
81
|
},
|
|
82
|
+
"@unocss/eslint-plugin": {
|
|
83
|
+
"optional": true
|
|
84
|
+
},
|
|
74
85
|
"astro-eslint-parser": {
|
|
75
86
|
"optional": true
|
|
76
87
|
},
|
|
@@ -80,6 +91,9 @@
|
|
|
80
91
|
"eslint-plugin-format": {
|
|
81
92
|
"optional": true
|
|
82
93
|
},
|
|
94
|
+
"eslint-plugin-jsx-a11y": {
|
|
95
|
+
"optional": true
|
|
96
|
+
},
|
|
83
97
|
"eslint-plugin-react-hooks": {
|
|
84
98
|
"optional": true
|
|
85
99
|
},
|
|
@@ -111,45 +125,97 @@
|
|
|
111
125
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
112
126
|
"@eslint/markdown": "^7.5.1",
|
|
113
127
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
114
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
115
|
-
"@typescript-eslint/parser": "^8.
|
|
128
|
+
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
129
|
+
"@typescript-eslint/parser": "^8.49.0",
|
|
116
130
|
"@unocss/eslint-plugin": "^66.5.10",
|
|
117
|
-
"@vitest/eslint-plugin": "^1.
|
|
131
|
+
"@vitest/eslint-plugin": "^1.5.2",
|
|
118
132
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
119
133
|
"eslint-flat-config-utils": "^2.1.4",
|
|
120
134
|
"eslint-merge-processors": "^2.0.0",
|
|
121
135
|
"eslint-plugin-antfu": "^3.1.1",
|
|
122
136
|
"eslint-plugin-command": "^3.3.1",
|
|
123
|
-
"eslint-plugin-format": "^1.0
|
|
137
|
+
"eslint-plugin-format": "^1.1.0",
|
|
124
138
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
125
|
-
"eslint-plugin-jsdoc": "^61.
|
|
139
|
+
"eslint-plugin-jsdoc": "^61.5.0",
|
|
126
140
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
127
141
|
"eslint-plugin-n": "^17.23.1",
|
|
128
142
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
129
143
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
130
|
-
"eslint-plugin-pnpm": "^1.2
|
|
144
|
+
"eslint-plugin-pnpm": "^1.4.2",
|
|
131
145
|
"eslint-plugin-regexp": "^2.10.0",
|
|
132
146
|
"eslint-plugin-sonarjs": "^3.0.5",
|
|
133
147
|
"eslint-plugin-toml": "^0.12.0",
|
|
134
|
-
"eslint-plugin-unicorn": "^
|
|
135
|
-
"eslint-plugin-unused-imports": "^4.
|
|
148
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
149
|
+
"eslint-plugin-unused-imports": "^4.3.0",
|
|
136
150
|
"eslint-plugin-vue": "^10.6.2",
|
|
137
151
|
"eslint-plugin-yml": "^1.19.0",
|
|
138
152
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
139
153
|
"globals": "^16.5.0",
|
|
140
|
-
"jsonc-eslint-parser": "^2.4.
|
|
154
|
+
"jsonc-eslint-parser": "^2.4.2",
|
|
141
155
|
"local-pkg": "^1.1.2",
|
|
142
|
-
"toml-eslint-parser": "^0.10.
|
|
156
|
+
"toml-eslint-parser": "^0.10.1",
|
|
143
157
|
"vue-eslint-parser": "^10.2.0",
|
|
144
|
-
"yaml-eslint-parser": "^1.3.
|
|
158
|
+
"yaml-eslint-parser": "^1.3.2"
|
|
159
|
+
},
|
|
160
|
+
"devDependencies": {
|
|
161
|
+
"@antfu/ni": "^28.0.0",
|
|
162
|
+
"@eslint-react/eslint-plugin": "^2.3.12",
|
|
163
|
+
"@eslint/config-inspector": "^1.4.2",
|
|
164
|
+
"@next/eslint-plugin-next": "^16.0.7",
|
|
165
|
+
"@prettier/plugin-xml": "^3.4.2",
|
|
166
|
+
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
167
|
+
"@types/node": "^24.10.2",
|
|
168
|
+
"@types/yargs": "^17.0.35",
|
|
169
|
+
"@vinicunca/perkakas": "^1.9.0",
|
|
170
|
+
"astro-eslint-parser": "^1.2.2",
|
|
171
|
+
"bumpp": "^10.3.2",
|
|
172
|
+
"bundle-require": "^5.1.0",
|
|
173
|
+
"eslint": "^9.39.1",
|
|
174
|
+
"eslint-plugin-astro": "^1.5.0",
|
|
175
|
+
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
176
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
177
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
178
|
+
"eslint-plugin-react-refresh": "^0.4.24",
|
|
179
|
+
"eslint-plugin-solid": "^0.14.5",
|
|
180
|
+
"eslint-plugin-svelte": "^3.13.1",
|
|
181
|
+
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
182
|
+
"eslint-typegen": "^2.3.0",
|
|
183
|
+
"execa": "^9.6.1",
|
|
184
|
+
"is-ci": "^4.1.0",
|
|
185
|
+
"jiti": "^2.6.1",
|
|
186
|
+
"lint-staged": "^16.2.7",
|
|
187
|
+
"prettier-plugin-astro": "^0.14.1",
|
|
188
|
+
"prettier-plugin-slidev": "^1.0.5",
|
|
189
|
+
"react": "^19.2.1",
|
|
190
|
+
"simple-git-hooks": "^2.13.1",
|
|
191
|
+
"svelte": "^5.45.8",
|
|
192
|
+
"svelte-eslint-parser": "^1.4.1",
|
|
193
|
+
"taze": "^19.9.2",
|
|
194
|
+
"tinyglobby": "^0.2.15",
|
|
195
|
+
"tsdown": "^0.17.2",
|
|
196
|
+
"tsx": "^4.21.0",
|
|
197
|
+
"typescript": "^5.9.3",
|
|
198
|
+
"vitest": "^4.0.15",
|
|
199
|
+
"vue": "^3.5.25"
|
|
200
|
+
},
|
|
201
|
+
"resolutions": {
|
|
202
|
+
"eslint": "catalog:"
|
|
203
|
+
},
|
|
204
|
+
"simple-git-hooks": {
|
|
205
|
+
"pre-commit": "npx lint-staged"
|
|
206
|
+
},
|
|
207
|
+
"lint-staged": {
|
|
208
|
+
"*": "eslint --fix"
|
|
145
209
|
},
|
|
146
210
|
"scripts": {
|
|
147
|
-
"lint": "eslint
|
|
211
|
+
"lint": "TIMING=1 eslint .",
|
|
148
212
|
"test": "vitest",
|
|
213
|
+
"release": "bumpp",
|
|
149
214
|
"build": "pnpm run typegen && tsdown --clean --dts",
|
|
150
215
|
"stub": "tsdown",
|
|
151
216
|
"watch": "tsdown --watch",
|
|
152
217
|
"typegen": "tsx scripts/typegen.ts",
|
|
153
|
-
"publish:ci": "pnpm publish --access public --no-git-checks"
|
|
218
|
+
"publish:ci": "pnpm publish --access public --no-git-checks",
|
|
219
|
+
"taze": "taze major -wIrl"
|
|
154
220
|
}
|
|
155
221
|
}
|