Skip to content

Commit 4fb57ac

Browse files
committed
chore: vscode 配置文件合并
1 parent 7b471d7 commit 4fb57ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"i18n-ally.keystyle": "nested",
66
"i18n-ally.sourceLanguage": "zh-CN",
77
"css.lint.unknownAtRules": "ignore",
8-
"volar.inlayHints.eventArgumentInInlineHandlers": false,
98
// 开启 eslint
109
"eslint.enable": true,
1110
// 开启 prettier
@@ -23,7 +22,7 @@
2322
".env": ".env.*",
2423
"index.html": "LICENSE,.gitignore,README.md",
2524
".eslintrc.json": ".eslint*,.prettier*,.editor*",
26-
"vite.config.*": "package.json,uno.config.ts,tsconfig.json,*.toml,.npmrc"
25+
"vite.config.*": "package.json,uno.config.ts,tsconfig.json,*.toml,.npmrc,renovate.json"
2726
},
2827
"[jsonc]": {
2928
"editor.defaultFormatter": "vscode.json-language-features"

0 commit comments

Comments
 (0)