@pengzhanbo/eslint-config 2.1.0 → 2.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 +960 -582
- package/dist/index.mjs +53 -157
- package/package.json +45 -46
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pengzhanbo/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.3.0",
|
|
5
5
|
"author": "pengzhanbo <q942450674@outlook.com> (https://github/pengzhanbo/)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/pengzhanbo/configs#readme",
|
|
@@ -22,28 +22,27 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@angular-eslint/eslint-plugin": "^21.
|
|
26
|
-
"@angular-eslint/eslint-plugin-template": "^21.
|
|
27
|
-
"@angular-eslint/template-parser": "^21.
|
|
28
|
-
"@eslint-react/eslint-plugin": "^2.
|
|
29
|
-
"@next/eslint-plugin-next": "^16.
|
|
25
|
+
"@angular-eslint/eslint-plugin": "^21.3.1",
|
|
26
|
+
"@angular-eslint/eslint-plugin-template": "^21.3.1",
|
|
27
|
+
"@angular-eslint/template-parser": "^21.3.1",
|
|
28
|
+
"@eslint-react/eslint-plugin": "^4.2.3",
|
|
29
|
+
"@next/eslint-plugin-next": "^16.2.2",
|
|
30
30
|
"@prettier/plugin-xml": "^3.4.2",
|
|
31
|
-
"@unocss/eslint-plugin": "^66.6.
|
|
32
|
-
"astro-eslint-parser": "^1.
|
|
33
|
-
"eslint": "^10.0
|
|
31
|
+
"@unocss/eslint-plugin": "^66.6.7",
|
|
32
|
+
"astro-eslint-parser": "^1.4.0",
|
|
33
|
+
"eslint": "^10.1.0",
|
|
34
34
|
"eslint-plugin-astro": "^1.6.0",
|
|
35
35
|
"eslint-plugin-format": "^2.0.1",
|
|
36
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
37
36
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
38
37
|
"eslint-plugin-solid": "^0.14.5",
|
|
39
|
-
"eslint-plugin-svelte": "^3.
|
|
38
|
+
"eslint-plugin-svelte": "^3.17.0",
|
|
40
39
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
41
40
|
"eslint-plugin-vue": "^10.8.0",
|
|
42
41
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
43
42
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
44
43
|
"prettier-plugin-astro": "^0.14.1",
|
|
45
44
|
"prettier-plugin-slidev": "^1.0.5",
|
|
46
|
-
"svelte-eslint-parser": "^1.
|
|
45
|
+
"svelte-eslint-parser": "^1.6.0",
|
|
47
46
|
"vue-eslint-parser": "^10.4.0"
|
|
48
47
|
},
|
|
49
48
|
"peerDependenciesMeta": {
|
|
@@ -77,9 +76,6 @@
|
|
|
77
76
|
"eslint-plugin-format": {
|
|
78
77
|
"optional": true
|
|
79
78
|
},
|
|
80
|
-
"eslint-plugin-react-hooks": {
|
|
81
|
-
"optional": true
|
|
82
|
-
},
|
|
83
79
|
"eslint-plugin-react-refresh": {
|
|
84
80
|
"optional": true
|
|
85
81
|
},
|
|
@@ -113,55 +109,55 @@
|
|
|
113
109
|
},
|
|
114
110
|
"dependencies": {
|
|
115
111
|
"@antfu/install-pkg": "^1.1.0",
|
|
116
|
-
"@
|
|
117
|
-
"@eslint/
|
|
118
|
-
"@
|
|
119
|
-
"@
|
|
120
|
-
"@typescript-eslint/
|
|
121
|
-
"@
|
|
122
|
-
"eslint-
|
|
123
|
-
"eslint-flat-
|
|
112
|
+
"@e18e/eslint-plugin": "^0.3.0",
|
|
113
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
114
|
+
"@eslint/markdown": "^8.0.1",
|
|
115
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
116
|
+
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
117
|
+
"@typescript-eslint/parser": "^8.58.0",
|
|
118
|
+
"@vitest/eslint-plugin": "^1.6.14",
|
|
119
|
+
"eslint-config-flat-gitignore": "^2.3.0",
|
|
120
|
+
"eslint-flat-config-utils": "^3.1.0",
|
|
124
121
|
"eslint-merge-processors": "^2.0.0",
|
|
125
122
|
"eslint-plugin-antfu": "^3.2.2",
|
|
126
123
|
"eslint-plugin-command": "^3.5.2",
|
|
127
124
|
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
128
|
-
"eslint-plugin-import-lite": "^0.
|
|
129
|
-
"eslint-plugin-jsdoc": "^62.
|
|
130
|
-
"eslint-plugin-jsonc": "^3.1.
|
|
125
|
+
"eslint-plugin-import-lite": "^0.6.0",
|
|
126
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
127
|
+
"eslint-plugin-jsonc": "^3.1.2",
|
|
131
128
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
132
129
|
"eslint-plugin-n": "^17.24.0",
|
|
133
130
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
134
|
-
"eslint-plugin-perfectionist": "^5.
|
|
131
|
+
"eslint-plugin-perfectionist": "^5.8.0",
|
|
135
132
|
"eslint-plugin-pnpm": "^1.6.0",
|
|
136
|
-
"eslint-plugin-regexp": "^3.
|
|
137
|
-
"eslint-plugin-toml": "^1.3.
|
|
138
|
-
"eslint-plugin-unicorn": "^
|
|
133
|
+
"eslint-plugin-regexp": "^3.1.0",
|
|
134
|
+
"eslint-plugin-toml": "^1.3.1",
|
|
135
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
139
136
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
140
|
-
"eslint-plugin-yml": "^3.3.
|
|
141
|
-
"globals": "^17.
|
|
137
|
+
"eslint-plugin-yml": "^3.3.1",
|
|
138
|
+
"globals": "^17.4.0",
|
|
142
139
|
"local-pkg": "^1.1.2",
|
|
143
140
|
"parse-gitignore": "^2.0.0",
|
|
144
141
|
"toml-eslint-parser": "^1.0.3",
|
|
145
142
|
"yaml-eslint-parser": "^2.0.0"
|
|
146
143
|
},
|
|
147
144
|
"devDependencies": {
|
|
148
|
-
"@angular-eslint/eslint-plugin": "^21.
|
|
149
|
-
"@angular-eslint/eslint-plugin-template": "^21.
|
|
150
|
-
"@angular-eslint/template-parser": "^21.
|
|
151
|
-
"@angular/core": "^21.2.
|
|
152
|
-
"@eslint-react/eslint-plugin": "^2.
|
|
153
|
-
"@eslint/config-inspector": "^1.
|
|
154
|
-
"@next/eslint-plugin-next": "^16.
|
|
145
|
+
"@angular-eslint/eslint-plugin": "^21.3.1",
|
|
146
|
+
"@angular-eslint/eslint-plugin-template": "^21.3.1",
|
|
147
|
+
"@angular-eslint/template-parser": "^21.3.1",
|
|
148
|
+
"@angular/core": "^21.2.7",
|
|
149
|
+
"@eslint-react/eslint-plugin": "^4.2.3",
|
|
150
|
+
"@eslint/config-inspector": "^1.5.0",
|
|
151
|
+
"@next/eslint-plugin-next": "^16.2.2",
|
|
155
152
|
"@prettier/plugin-xml": "^3.4.2",
|
|
156
|
-
"@unocss/eslint-plugin": "^66.6.
|
|
157
|
-
"astro-eslint-parser": "^1.
|
|
158
|
-
"eslint": "^10.0
|
|
153
|
+
"@unocss/eslint-plugin": "^66.6.7",
|
|
154
|
+
"astro-eslint-parser": "^1.4.0",
|
|
155
|
+
"eslint": "^10.1.0",
|
|
159
156
|
"eslint-plugin-astro": "^1.6.0",
|
|
160
157
|
"eslint-plugin-format": "^2.0.1",
|
|
161
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
162
158
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
163
159
|
"eslint-plugin-solid": "^0.14.5",
|
|
164
|
-
"eslint-plugin-svelte": "^3.
|
|
160
|
+
"eslint-plugin-svelte": "^3.17.0",
|
|
165
161
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
166
162
|
"eslint-plugin-vue": "^10.8.0",
|
|
167
163
|
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
|
@@ -170,10 +166,13 @@
|
|
|
170
166
|
"find-up-simple": "^1.0.1",
|
|
171
167
|
"prettier-plugin-astro": "^0.14.1",
|
|
172
168
|
"prettier-plugin-slidev": "^1.0.5",
|
|
173
|
-
"svelte": "^5.
|
|
174
|
-
"svelte-eslint-parser": "^1.
|
|
169
|
+
"svelte": "^5.55.1",
|
|
170
|
+
"svelte-eslint-parser": "^1.6.0",
|
|
175
171
|
"vue-eslint-parser": "^10.4.0"
|
|
176
172
|
},
|
|
173
|
+
"inlinedDependencies": {
|
|
174
|
+
"find-up-simple": "1.0.1"
|
|
175
|
+
},
|
|
177
176
|
"publishConfig": {
|
|
178
177
|
"access": "public",
|
|
179
178
|
"provenance": true
|