@ghettoddos/eslint-config 2.0.1 → 3.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 +26 -12
- package/dist/index.d.ts +2426 -406
- package/dist/index.js +319 -125
- package/dist/lib-CEKTiw7V.js +11176 -0
- package/package.json +76 -43
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ghettoddos/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.1",
|
|
5
5
|
"description": "ghettoDdOS ESLint config",
|
|
6
6
|
"author": "ghettoDdOS <pen.egor2002@gamil.com> (https://github.com/ghettoDdOS/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@
|
|
28
|
+
"@eslint-react/eslint-plugin": "^2.0.1",
|
|
29
|
+
"@next/eslint-plugin-next": ">=15.0.0",
|
|
29
30
|
"@prettier/plugin-xml": "^3.4.1",
|
|
30
31
|
"@react-native/eslint-plugin": ">=0.80.0",
|
|
31
32
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
@@ -34,10 +35,18 @@
|
|
|
34
35
|
"eslint-plugin-expo": "^0.1.4",
|
|
35
36
|
"eslint-plugin-format": ">=0.1.0",
|
|
36
37
|
"eslint-plugin-jsx-a11y": ">=6.10.2",
|
|
38
|
+
"eslint-plugin-react-hooks": "^7.0.0",
|
|
37
39
|
"eslint-plugin-react-native": ">=5.0.0",
|
|
38
|
-
"eslint-plugin-
|
|
40
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
41
|
+
"eslint-plugin-vue": "^10.6.2",
|
|
42
|
+
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
43
|
+
"eslint-processor-vue-blocks": "^2.0.0",
|
|
44
|
+
"vue-eslint-parser": "^10.2.0"
|
|
39
45
|
},
|
|
40
46
|
"peerDependenciesMeta": {
|
|
47
|
+
"@eslint-react/eslint-plugin": {
|
|
48
|
+
"optional": true
|
|
49
|
+
},
|
|
41
50
|
"@next/eslint-plugin-next": {
|
|
42
51
|
"optional": true
|
|
43
52
|
},
|
|
@@ -62,72 +71,96 @@
|
|
|
62
71
|
"eslint-plugin-jsx-a11y": {
|
|
63
72
|
"optional": true
|
|
64
73
|
},
|
|
74
|
+
"eslint-plugin-react-hooks": {
|
|
75
|
+
"optional": true
|
|
76
|
+
},
|
|
65
77
|
"eslint-plugin-react-native": {
|
|
66
78
|
"optional": true
|
|
67
79
|
},
|
|
80
|
+
"eslint-plugin-react-refresh": {
|
|
81
|
+
"optional": true
|
|
82
|
+
},
|
|
83
|
+
"eslint-plugin-vue": {
|
|
84
|
+
"optional": true
|
|
85
|
+
},
|
|
68
86
|
"eslint-plugin-vuejs-accessibility": {
|
|
69
87
|
"optional": true
|
|
88
|
+
},
|
|
89
|
+
"eslint-processor-vue-blocks": {
|
|
90
|
+
"optional": true
|
|
91
|
+
},
|
|
92
|
+
"vue-eslint-parser": {
|
|
93
|
+
"optional": true
|
|
70
94
|
}
|
|
71
95
|
},
|
|
72
96
|
"dependencies": {
|
|
73
97
|
"@antfu/install-pkg": "^1.1.0",
|
|
74
98
|
"@clack/prompts": "^0.11.0",
|
|
75
99
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
76
|
-
"@eslint
|
|
77
|
-
"@eslint/
|
|
78
|
-
"@eslint
|
|
79
|
-
"@
|
|
80
|
-
"@typescript-eslint/
|
|
81
|
-
"@
|
|
100
|
+
"@eslint/compat": "^2.0.0",
|
|
101
|
+
"@eslint/markdown": "^7.5.1",
|
|
102
|
+
"@stylistic/eslint-plugin": "^5.6.1",
|
|
103
|
+
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
104
|
+
"@typescript-eslint/parser": "^8.48.1",
|
|
105
|
+
"@vitest/eslint-plugin": "^1.5.1",
|
|
82
106
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
83
|
-
"eslint-flat-config-utils": "^2.1.
|
|
107
|
+
"eslint-flat-config-utils": "^2.1.4",
|
|
84
108
|
"eslint-merge-processors": "^2.0.0",
|
|
85
109
|
"eslint-plugin-antfu": "^3.1.1",
|
|
86
110
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
87
|
-
"eslint-plugin-
|
|
88
|
-
"eslint-plugin-jsonc": "^2.
|
|
89
|
-
"eslint-plugin-n": "^17.
|
|
90
|
-
"eslint-plugin-
|
|
91
|
-
"eslint-plugin-
|
|
92
|
-
"eslint-plugin-
|
|
93
|
-
"eslint-plugin-react-refresh": "^0.4.20",
|
|
111
|
+
"eslint-plugin-jsdoc": "^61.4.1",
|
|
112
|
+
"eslint-plugin-jsonc": "^2.21.0",
|
|
113
|
+
"eslint-plugin-n": "^17.23.1",
|
|
114
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
115
|
+
"eslint-plugin-perfectionist": "^4.15.1",
|
|
116
|
+
"eslint-plugin-pnpm": "^1.4.1",
|
|
94
117
|
"eslint-plugin-regexp": "^2.10.0",
|
|
95
118
|
"eslint-plugin-toml": "^0.12.0",
|
|
96
|
-
"eslint-plugin-unicorn": "^
|
|
97
|
-
"eslint-plugin-unused-imports": "^4.
|
|
98
|
-
"eslint-plugin-
|
|
99
|
-
"
|
|
100
|
-
"eslint-
|
|
101
|
-
"globals": "^16.3.0",
|
|
102
|
-
"jsonc-eslint-parser": "^2.4.0",
|
|
119
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
120
|
+
"eslint-plugin-unused-imports": "^4.3.0",
|
|
121
|
+
"eslint-plugin-yml": "^1.19.0",
|
|
122
|
+
"globals": "^16.5.0",
|
|
123
|
+
"jsonc-eslint-parser": "^2.4.1",
|
|
103
124
|
"local-pkg": "^1.1.2",
|
|
104
125
|
"parse-gitignore": "^2.0.0",
|
|
105
126
|
"toml-eslint-parser": "^0.10.0",
|
|
106
|
-
"
|
|
107
|
-
"yaml-eslint-parser": "^1.3.0"
|
|
127
|
+
"yaml-eslint-parser": "^1.3.2"
|
|
108
128
|
},
|
|
109
129
|
"devDependencies": {
|
|
110
|
-
"@eslint/
|
|
111
|
-
"@
|
|
130
|
+
"@eslint-react/eslint-plugin": "^2.3.12",
|
|
131
|
+
"@eslint/config-inspector": "^1.4.2",
|
|
132
|
+
"@next/eslint-plugin-next": "^16.0.7",
|
|
112
133
|
"@prettier/plugin-xml": "^3.4.2",
|
|
113
|
-
"@react-native/eslint-plugin": "^0.81.
|
|
114
|
-
"@types/eslint-plugin-jsx-a11y": "^6.10.
|
|
115
|
-
"@types/node": "^24.
|
|
116
|
-
"@unocss/eslint-plugin": "^66.5.
|
|
117
|
-
"bumpp": "^10.2
|
|
118
|
-
"eslint": "^9.
|
|
119
|
-
"eslint-plugin-
|
|
120
|
-
"eslint-plugin-
|
|
121
|
-
"eslint-plugin-format": "^1.0.
|
|
134
|
+
"@react-native/eslint-plugin": "^0.81.5",
|
|
135
|
+
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
136
|
+
"@types/node": "^24.10.1",
|
|
137
|
+
"@unocss/eslint-plugin": "^66.5.10",
|
|
138
|
+
"bumpp": "^10.3.2",
|
|
139
|
+
"eslint": "^9.39.1",
|
|
140
|
+
"eslint-plugin-astro": "^1.5.0",
|
|
141
|
+
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
142
|
+
"eslint-plugin-format": "^1.0.2",
|
|
122
143
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
123
|
-
"eslint-plugin-react-
|
|
144
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
145
|
+
"eslint-plugin-react-refresh": "^0.4.24",
|
|
146
|
+
"eslint-plugin-vue": "^10.6.2",
|
|
124
147
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
148
|
+
"eslint-processor-vue-blocks": "^2.0.0",
|
|
125
149
|
"eslint-typegen": "^2.3.0",
|
|
126
|
-
"
|
|
150
|
+
"find-up-simple": "^1.0.1",
|
|
151
|
+
"lint-staged": "^16.2.7",
|
|
152
|
+
"pnpm-workspace-yaml": "^1.4.1",
|
|
127
153
|
"simple-git-hooks": "^2.13.1",
|
|
128
|
-
"tsdown": "^0.
|
|
129
|
-
"tsx": "^4.
|
|
130
|
-
"typescript": "^5.9.
|
|
154
|
+
"tsdown": "^0.15.12",
|
|
155
|
+
"tsx": "^4.21.0",
|
|
156
|
+
"typescript": "^5.9.3",
|
|
157
|
+
"vitest": "^4.0.15",
|
|
158
|
+
"vue": "^3.5.25",
|
|
159
|
+
"vue-eslint-parser": "^10.2.0",
|
|
160
|
+
"@ghettoddos/eslint-config": "3.0.1"
|
|
161
|
+
},
|
|
162
|
+
"resolutions": {
|
|
163
|
+
"eslint": "catalog:peer"
|
|
131
164
|
},
|
|
132
165
|
"simple-git-hooks": {
|
|
133
166
|
"pre-commit": "npx lint-staged"
|
|
@@ -143,7 +176,7 @@
|
|
|
143
176
|
"watch": "tsdown --watch",
|
|
144
177
|
"lint": "eslint",
|
|
145
178
|
"typegen": "tsx scripts/typegen.ts",
|
|
146
|
-
"release": "bumpp
|
|
179
|
+
"release": "bumpp",
|
|
147
180
|
"typecheck": "tsc --noEmit"
|
|
148
181
|
}
|
|
149
182
|
}
|