@pengzhanbo/eslint-config-vue 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.mjs +2 -5
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { eslintFlatConfig } from "@pengzhanbo/eslint-config";
|
|
2
|
-
|
|
3
|
-
export * from "@pengzhanbo/eslint-config"
|
|
4
|
-
|
|
2
|
+
export * from "@pengzhanbo/eslint-config";
|
|
5
3
|
//#region src/index.ts
|
|
6
4
|
function vueEslintFlatConfig(options, ...userConfigs) {
|
|
7
5
|
return eslintFlatConfig({
|
|
@@ -9,6 +7,5 @@ function vueEslintFlatConfig(options, ...userConfigs) {
|
|
|
9
7
|
...options
|
|
10
8
|
}, ...userConfigs);
|
|
11
9
|
}
|
|
12
|
-
|
|
13
10
|
//#endregion
|
|
14
|
-
export { vueEslintFlatConfig as default, vueEslintFlatConfig };
|
|
11
|
+
export { vueEslintFlatConfig as default, vueEslintFlatConfig };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pengzhanbo/eslint-config-vue",
|
|
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",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
],
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@prettier/plugin-xml": "^3.4.2",
|
|
27
|
-
"@unocss/eslint-plugin": "^66.6.
|
|
28
|
-
"eslint": "^10.0
|
|
27
|
+
"@unocss/eslint-plugin": "^66.6.7",
|
|
28
|
+
"eslint": "^10.1.0",
|
|
29
29
|
"eslint-plugin-format": "^2.0.1",
|
|
30
30
|
"eslint-plugin-tailwindcss": "^3.18.2"
|
|
31
31
|
},
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
|
49
49
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
50
50
|
"vue-eslint-parser": "^10.4.0",
|
|
51
|
-
"@pengzhanbo/eslint-config": "2.
|
|
51
|
+
"@pengzhanbo/eslint-config": "2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@unocss/eslint-plugin": "^66.6.
|
|
55
|
-
"eslint": "^10.0
|
|
54
|
+
"@unocss/eslint-plugin": "^66.6.7",
|
|
55
|
+
"eslint": "^10.1.0",
|
|
56
56
|
"eslint-plugin-format": "^2.0.1",
|
|
57
57
|
"eslint-plugin-tailwindcss": "^3.18.2"
|
|
58
58
|
},
|