@vuebro/configs 1.2.27 → 1.2.28
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/eslint.config.js +2 -2
- package/package.json +5 -5
package/dist/eslint.config.js
CHANGED
|
@@ -8,7 +8,7 @@ import { configs as dependConfigs } from "eslint-plugin-depend";
|
|
|
8
8
|
import { flatConfigs as importXConfigs } from "eslint-plugin-import-x";
|
|
9
9
|
import jsDoc from "eslint-plugin-jsdoc";
|
|
10
10
|
import { configs as packageJsonConfigs } from "eslint-plugin-package-json";
|
|
11
|
-
import
|
|
11
|
+
import { configs as perfectionistConfigs } from "eslint-plugin-perfectionist";
|
|
12
12
|
import prettierConfigsRecommended from "eslint-plugin-prettier/recommended";
|
|
13
13
|
import vue from "eslint-plugin-vue";
|
|
14
14
|
import vuePug from "eslint-plugin-vue-pug";
|
|
@@ -19,7 +19,7 @@ export default defineConfigWithVueTs(gitignore(), {
|
|
|
19
19
|
vue.configs["flat/recommended"],
|
|
20
20
|
vueTsConfigs.strictTypeChecked,
|
|
21
21
|
vueTsConfigs.stylisticTypeChecked,
|
|
22
|
-
|
|
22
|
+
perfectionistConfigs["recommended-natural"],
|
|
23
23
|
unocss,
|
|
24
24
|
jsDoc.configs["flat/recommended-typescript"],
|
|
25
25
|
],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package",
|
|
3
3
|
"name": "@vuebro/configs",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.28",
|
|
5
5
|
"description": "A comprehensive collection of shared configuration files for Vue.js projects with TypeScript, ESLint, Prettier, UnoCSS, and Vite, featuring Pug support",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"vue",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"eslint-plugin-import-x": "^4.16.1",
|
|
91
91
|
"eslint-plugin-jsdoc": "^61.5.0",
|
|
92
92
|
"eslint-plugin-package-json": "^0.85.0",
|
|
93
|
-
"eslint-plugin-perfectionist": "^
|
|
93
|
+
"eslint-plugin-perfectionist": "^5.0.0",
|
|
94
94
|
"eslint-plugin-prettier": "^5.5.4",
|
|
95
95
|
"eslint-plugin-vue": "^10.6.2",
|
|
96
96
|
"eslint-plugin-vue-pug": "^1.0.0-alpha.4",
|
|
@@ -103,14 +103,14 @@
|
|
|
103
103
|
"tsc-alias": "^1.8.16",
|
|
104
104
|
"typescript": "^5.9.3",
|
|
105
105
|
"unocss": "^66.5.10",
|
|
106
|
-
"vite": "^7.
|
|
106
|
+
"vite": "^7.3.0",
|
|
107
107
|
"vite-plugin-vue-devtools": "^8.0.5",
|
|
108
|
-
"vite-tsconfig-paths": "^
|
|
108
|
+
"vite-tsconfig-paths": "^6.0.3",
|
|
109
109
|
"vue-eslint-parser-template-tokenizer-pug": "^1.0.0",
|
|
110
110
|
"vue-tsc": "^3.1.8"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@eslint/config-helpers": "^0.5.0",
|
|
114
|
-
"@types/node": "^25.0.
|
|
114
|
+
"@types/node": "^25.0.3"
|
|
115
115
|
}
|
|
116
116
|
}
|