@pengzhanbo/eslint-config 1.18.0 → 1.18.2
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.ts +476 -191
- package/dist/index.js +0 -3
- package/package.json +20 -20
package/dist/index.js
CHANGED
|
@@ -1125,10 +1125,8 @@ async function perfectionist() {
|
|
|
1125
1125
|
["parent-type", "sibling-type", "index-type"],
|
|
1126
1126
|
"builtin",
|
|
1127
1127
|
"external",
|
|
1128
|
-
"type",
|
|
1129
1128
|
["internal", "internal-type"],
|
|
1130
1129
|
["parent", "sibling", "index"],
|
|
1131
|
-
["parent-type", "sibling-type", "index-type"],
|
|
1132
1130
|
"side-effect",
|
|
1133
1131
|
"object",
|
|
1134
1132
|
"unknown"
|
|
@@ -2142,7 +2140,6 @@ async function vue(options = {}) {
|
|
|
2142
2140
|
parserVue,
|
|
2143
2141
|
processorVueBlocks
|
|
2144
2142
|
] = await Promise.all([
|
|
2145
|
-
// @ts-expect-error missing types
|
|
2146
2143
|
interopDefault(import("eslint-plugin-vue")),
|
|
2147
2144
|
interopDefault(import("vue-eslint-parser")),
|
|
2148
2145
|
interopDefault(import("eslint-processor-vue-blocks"))
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pengzhanbo/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.18.
|
|
4
|
+
"version": "1.18.2",
|
|
5
5
|
"author": "pengzhanbo <q942450674@outlook.com> (https://github/pengzhanbo/)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/pengzhanbo/configs#readme",
|
|
@@ -103,28 +103,28 @@
|
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"@antfu/install-pkg": "^0.4.1",
|
|
105
105
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
106
|
-
"@eslint/markdown": "^6.1
|
|
107
|
-
"@stylistic/eslint-plugin": "^2.
|
|
106
|
+
"@eslint/markdown": "^6.2.1",
|
|
107
|
+
"@stylistic/eslint-plugin": "^2.9.0",
|
|
108
108
|
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.40",
|
|
109
109
|
"@typescript-eslint/parser": "8.0.0-alpha.40",
|
|
110
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
110
|
+
"@vitest/eslint-plugin": "^1.1.7",
|
|
111
111
|
"eslint-config-flat-gitignore": "^0.3.0",
|
|
112
112
|
"eslint-flat-config-utils": "^0.4.0",
|
|
113
113
|
"eslint-merge-processors": "^0.1.0",
|
|
114
114
|
"eslint-plugin-antfu": "^2.7.0",
|
|
115
115
|
"eslint-plugin-command": "^0.2.6",
|
|
116
|
-
"eslint-plugin-import-x": "^4.3.
|
|
117
|
-
"eslint-plugin-jsdoc": "^50.3
|
|
116
|
+
"eslint-plugin-import-x": "^4.3.1",
|
|
117
|
+
"eslint-plugin-jsdoc": "^50.4.3",
|
|
118
118
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
119
|
-
"eslint-plugin-n": "^17.
|
|
119
|
+
"eslint-plugin-n": "^17.11.1",
|
|
120
120
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
121
|
-
"eslint-plugin-perfectionist": "^3.
|
|
121
|
+
"eslint-plugin-perfectionist": "^3.9.1",
|
|
122
122
|
"eslint-plugin-regexp": "^2.6.0",
|
|
123
123
|
"eslint-plugin-toml": "^0.11.1",
|
|
124
|
-
"eslint-plugin-unicorn": "^
|
|
124
|
+
"eslint-plugin-unicorn": "^56.0.0",
|
|
125
125
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
126
126
|
"eslint-plugin-yml": "^1.14.0",
|
|
127
|
-
"globals": "^15.
|
|
127
|
+
"globals": "^15.11.0",
|
|
128
128
|
"jsonc-eslint-parser": "^2.4.0",
|
|
129
129
|
"local-pkg": "^0.5.0",
|
|
130
130
|
"parse-gitignore": "^2.0.0",
|
|
@@ -132,26 +132,26 @@
|
|
|
132
132
|
"yaml-eslint-parser": "^1.2.3"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
136
|
-
"@eslint/config-inspector": "^0.5.
|
|
135
|
+
"@eslint-react/eslint-plugin": "^1.15.0",
|
|
136
|
+
"@eslint/config-inspector": "^0.5.5",
|
|
137
137
|
"@prettier/plugin-xml": "^3.4.1",
|
|
138
|
-
"@unocss/eslint-plugin": "^0.
|
|
138
|
+
"@unocss/eslint-plugin": "^0.63.4",
|
|
139
139
|
"astro-eslint-parser": "^1.0.3",
|
|
140
|
-
"eslint": "^9.
|
|
141
|
-
"eslint-plugin-astro": "^1.
|
|
140
|
+
"eslint": "^9.13.0",
|
|
141
|
+
"eslint-plugin-astro": "^1.3.0",
|
|
142
142
|
"eslint-plugin-format": "^0.1.2",
|
|
143
|
-
"eslint-plugin-react-hooks": "^
|
|
143
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
144
144
|
"eslint-plugin-react-refresh": "^0.4.12",
|
|
145
145
|
"eslint-plugin-solid": "^0.14.3",
|
|
146
|
-
"eslint-plugin-svelte": "^2.
|
|
147
|
-
"eslint-plugin-tailwindcss": "^3.17.
|
|
148
|
-
"eslint-plugin-vue": "^9.
|
|
146
|
+
"eslint-plugin-svelte": "^2.45.1",
|
|
147
|
+
"eslint-plugin-tailwindcss": "^3.17.5",
|
|
148
|
+
"eslint-plugin-vue": "^9.29.0",
|
|
149
149
|
"eslint-processor-vue-blocks": "^0.1.2",
|
|
150
150
|
"eslint-typegen": "^0.3.2",
|
|
151
151
|
"prettier-plugin-astro": "^0.14.1",
|
|
152
152
|
"prettier-plugin-slidev": "^1.0.5",
|
|
153
153
|
"svelte": "^4.2.19",
|
|
154
|
-
"svelte-eslint-parser": "^0.
|
|
154
|
+
"svelte-eslint-parser": "^0.42.0",
|
|
155
155
|
"vue-eslint-parser": "^9.4.3"
|
|
156
156
|
},
|
|
157
157
|
"scripts": {
|