@ghettoddos/eslint-config 4.0.0 → 4.1.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/README.md +2 -3
- package/dist/index.d.mts +6301 -5395
- package/dist/index.mjs +213 -235
- package/dist/{lib-D6spnV0Z.mjs → lib-C63e_zBF.mjs} +631 -892
- package/package.json +80 -59
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ghettoddos/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.1.0",
|
|
5
5
|
"description": "ghettoDdOS ESLint config",
|
|
6
6
|
"author": "ghettoDdOS <pen.egor2002@gamil.com> (https://github.com/ghettoDdOS/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -25,20 +25,19 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@eslint-react/eslint-plugin": "^2.0
|
|
28
|
+
"@eslint-react/eslint-plugin": "^2.11.0",
|
|
29
29
|
"@next/eslint-plugin-next": ">=15.0.0",
|
|
30
30
|
"@prettier/plugin-xml": "^3.4.1",
|
|
31
31
|
"@react-native/eslint-plugin": ">=0.80.0",
|
|
32
32
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
33
|
-
"eslint": "^9.10.0",
|
|
33
|
+
"eslint": "^9.10.0 || ^10.0.0",
|
|
34
34
|
"eslint-plugin-better-tailwindcss": "^4.0.0",
|
|
35
|
-
"eslint-plugin-effector": ">=0.15.0",
|
|
36
35
|
"eslint-plugin-expo": "^0.1.4",
|
|
37
36
|
"eslint-plugin-format": ">=0.1.0",
|
|
38
37
|
"eslint-plugin-jsx-a11y": ">=6.10.2",
|
|
39
38
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
40
39
|
"eslint-plugin-react-native": ">=5.0.0",
|
|
41
|
-
"eslint-plugin-react-refresh": "^0.
|
|
40
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
42
41
|
"eslint-plugin-vue": "^10.6.2",
|
|
43
42
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
44
43
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
@@ -63,9 +62,6 @@
|
|
|
63
62
|
"eslint-plugin-better-tailwindcss": {
|
|
64
63
|
"optional": true
|
|
65
64
|
},
|
|
66
|
-
"eslint-plugin-effector": {
|
|
67
|
-
"optional": true
|
|
68
|
-
},
|
|
69
65
|
"eslint-plugin-expo": {
|
|
70
66
|
"optional": true
|
|
71
67
|
},
|
|
@@ -99,72 +95,83 @@
|
|
|
99
95
|
},
|
|
100
96
|
"dependencies": {
|
|
101
97
|
"@antfu/install-pkg": "^1.1.0",
|
|
102
|
-
"@clack/prompts": "^
|
|
103
|
-
"@
|
|
104
|
-
"@eslint/
|
|
98
|
+
"@clack/prompts": "^1.1.0",
|
|
99
|
+
"@e18e/eslint-plugin": "^0.2.0",
|
|
100
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
105
101
|
"@eslint/markdown": "^7.5.1",
|
|
106
|
-
"@stylistic/eslint-plugin": "^5.
|
|
107
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
108
|
-
"@typescript-eslint/parser": "^8.
|
|
109
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
110
|
-
"eslint-config-flat-gitignore": "^2.1
|
|
111
|
-
"eslint-flat-config-utils": "^
|
|
102
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
103
|
+
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
|
104
|
+
"@typescript-eslint/parser": "^8.57.0",
|
|
105
|
+
"@vitest/eslint-plugin": "^1.6.10",
|
|
106
|
+
"eslint-config-flat-gitignore": "^2.2.1",
|
|
107
|
+
"eslint-flat-config-utils": "^3.0.2",
|
|
112
108
|
"eslint-merge-processors": "^2.0.0",
|
|
113
|
-
"eslint-plugin-antfu": "^3.
|
|
114
|
-
"eslint-plugin-command": "^3.
|
|
115
|
-
"eslint-plugin-import-lite": "^0.5.
|
|
116
|
-
"eslint-plugin-jsdoc": "^62.
|
|
117
|
-
"eslint-plugin-jsonc": "^
|
|
118
|
-
"eslint-plugin-n": "^17.
|
|
109
|
+
"eslint-plugin-antfu": "^3.2.2",
|
|
110
|
+
"eslint-plugin-command": "^3.5.2",
|
|
111
|
+
"eslint-plugin-import-lite": "^0.5.2",
|
|
112
|
+
"eslint-plugin-jsdoc": "^62.7.1",
|
|
113
|
+
"eslint-plugin-jsonc": "^3.1.1",
|
|
114
|
+
"eslint-plugin-n": "^17.24.0",
|
|
119
115
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
120
|
-
"eslint-plugin-perfectionist": "^5.
|
|
121
|
-
"eslint-plugin-pnpm": "^1.
|
|
122
|
-
"eslint-plugin-regexp": "^
|
|
123
|
-
"eslint-plugin-toml": "^1.
|
|
124
|
-
"eslint-plugin-unicorn": "^
|
|
125
|
-
"eslint-plugin-unused-imports": "^4.
|
|
126
|
-
"eslint-plugin-yml": "^
|
|
127
|
-
"globals": "^17.
|
|
128
|
-
"jsonc-eslint-parser": "^2.4.2",
|
|
116
|
+
"eslint-plugin-perfectionist": "^5.6.0",
|
|
117
|
+
"eslint-plugin-pnpm": "^1.6.0",
|
|
118
|
+
"eslint-plugin-regexp": "^3.1.0",
|
|
119
|
+
"eslint-plugin-toml": "^1.3.1",
|
|
120
|
+
"eslint-plugin-unicorn": "^63.0.0",
|
|
121
|
+
"eslint-plugin-unused-imports": "^4.4.1",
|
|
122
|
+
"eslint-plugin-yml": "^3.3.1",
|
|
123
|
+
"globals": "^17.4.0",
|
|
129
124
|
"local-pkg": "^1.1.2",
|
|
130
125
|
"parse-gitignore": "^2.0.0",
|
|
131
|
-
"toml-eslint-parser": "^1.0.
|
|
132
|
-
"yaml-eslint-parser": "^
|
|
126
|
+
"toml-eslint-parser": "^1.0.3",
|
|
127
|
+
"yaml-eslint-parser": "^2.0.0"
|
|
133
128
|
},
|
|
134
129
|
"devDependencies": {
|
|
135
|
-
"@
|
|
136
|
-
"@commitlint/
|
|
137
|
-
"@
|
|
138
|
-
"@eslint/
|
|
139
|
-
"@
|
|
130
|
+
"@antfu/ni": "^28.3.0",
|
|
131
|
+
"@commitlint/cli": "^20.4.3",
|
|
132
|
+
"@commitlint/config-conventional": "^20.4.3",
|
|
133
|
+
"@eslint-react/eslint-plugin": "^2.13.0",
|
|
134
|
+
"@eslint/config-inspector": "^1.5.0",
|
|
135
|
+
"@next/eslint-plugin-next": "^16.1.6",
|
|
140
136
|
"@prettier/plugin-xml": "^3.4.2",
|
|
141
137
|
"@react-native/eslint-plugin": "^0.83.1",
|
|
142
138
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
143
|
-
"@types/node": "^25.0
|
|
144
|
-
"@unocss/eslint-plugin": "^66.6.
|
|
145
|
-
"bumpp": "^10.4.
|
|
146
|
-
"eslint": "^
|
|
147
|
-
"eslint-plugin-better-tailwindcss": "^4.
|
|
139
|
+
"@types/node": "^25.4.0",
|
|
140
|
+
"@unocss/eslint-plugin": "^66.6.6",
|
|
141
|
+
"bumpp": "^10.4.1",
|
|
142
|
+
"eslint": "^10.0.3",
|
|
143
|
+
"eslint-plugin-better-tailwindcss": "^4.3.2",
|
|
148
144
|
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
149
|
-
"eslint-plugin-format": "^
|
|
145
|
+
"eslint-plugin-format": "^2.0.1",
|
|
150
146
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
151
147
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
152
|
-
"eslint-plugin-react-refresh": "^0.
|
|
153
|
-
"eslint-plugin-vue": "^10.
|
|
154
|
-
"eslint-plugin-vuejs-accessibility": "^2.
|
|
148
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
149
|
+
"eslint-plugin-vue": "^10.8.0",
|
|
150
|
+
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
|
155
151
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
156
|
-
"eslint-typegen": "^2.3.
|
|
152
|
+
"eslint-typegen": "^2.3.1",
|
|
157
153
|
"find-up-simple": "^1.0.1",
|
|
158
|
-
"
|
|
159
|
-
"
|
|
154
|
+
"jiti": "^2.6.1",
|
|
155
|
+
"lint-staged": "^16.3.3",
|
|
156
|
+
"pnpm-workspace-yaml": "^1.6.0",
|
|
160
157
|
"simple-git-hooks": "^2.13.1",
|
|
161
|
-
"tsdown": "^0.
|
|
158
|
+
"tsdown": "^0.21.1",
|
|
162
159
|
"tsx": "^4.21.0",
|
|
163
160
|
"typescript": "^5.9.3",
|
|
164
161
|
"vitest": "^4.0.17",
|
|
165
|
-
"vue": "^3.5.
|
|
166
|
-
"vue-eslint-parser": "^10.
|
|
167
|
-
"@ghettoddos/eslint-config": "4.
|
|
162
|
+
"vue": "^3.5.30",
|
|
163
|
+
"vue-eslint-parser": "^10.4.0",
|
|
164
|
+
"@ghettoddos/eslint-config": "4.1.0"
|
|
165
|
+
},
|
|
166
|
+
"resolutions": {
|
|
167
|
+
"@eslint-community/eslint-utils": "catalog:peer",
|
|
168
|
+
"@typescript-eslint/types": "catalog:peer",
|
|
169
|
+
"@typescript-eslint/utils": "catalog:peer",
|
|
170
|
+
"chokidar": "catalog:dev",
|
|
171
|
+
"eslint": "catalog:peer",
|
|
172
|
+
"semver": "catalog:dev",
|
|
173
|
+
"synckit": "catalog:dev",
|
|
174
|
+
"tsx": "catalog:dev"
|
|
168
175
|
},
|
|
169
176
|
"simple-git-hooks": {
|
|
170
177
|
"pre-commit": "npx lint-staged",
|
|
@@ -173,14 +180,28 @@
|
|
|
173
180
|
"lint-staged": {
|
|
174
181
|
"*": "eslint --fix"
|
|
175
182
|
},
|
|
183
|
+
"inlinedDependencies": {
|
|
184
|
+
"find-up-simple": "1.0.1",
|
|
185
|
+
"eslint-visitor-keys": [
|
|
186
|
+
"3.4.3",
|
|
187
|
+
"5.0.0"
|
|
188
|
+
],
|
|
189
|
+
"@eslint-community/eslint-utils": "4.9.1",
|
|
190
|
+
"@typescript-eslint/utils": "8.57.0",
|
|
191
|
+
"@typescript-eslint/types": "8.57.0",
|
|
192
|
+
"@typescript-eslint/visitor-keys": "8.57.0",
|
|
193
|
+
"@typescript-eslint/scope-manager": "8.57.0",
|
|
194
|
+
"eslint-plugin-erasable-syntax-only": "0.4.0",
|
|
195
|
+
"cached-factory": "0.1.0"
|
|
196
|
+
},
|
|
176
197
|
"scripts": {
|
|
177
|
-
"build": "
|
|
198
|
+
"build": "nr gen && tsdown --clean --dts",
|
|
178
199
|
"stub": "tsdown",
|
|
179
|
-
"dev": "
|
|
180
|
-
"build:inspector": "
|
|
200
|
+
"dev": "nlx @eslint/config-inspector --config eslint.config.ts",
|
|
201
|
+
"build:inspector": "nr build && nlx @eslint/config-inspector build",
|
|
181
202
|
"watch": "tsdown --watch",
|
|
182
203
|
"lint": "eslint",
|
|
183
|
-
"
|
|
204
|
+
"gen": "tsx scripts/typegen.ts",
|
|
184
205
|
"release": "bumpp",
|
|
185
206
|
"typecheck": "tsc --noEmit"
|
|
186
207
|
}
|