Skip to content

Commit

Permalink
chore: vscode 配置文件合并
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed May 24, 2023
1 parent 7b471d7 commit 4fb57ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"i18n-ally.keystyle": "nested",
"i18n-ally.sourceLanguage": "zh-CN",
"css.lint.unknownAtRules": "ignore",
"volar.inlayHints.eventArgumentInInlineHandlers": false,
// 开启 eslint
"eslint.enable": true,
// 开启 prettier
Expand All @@ -23,7 +22,7 @@
".env": ".env.*",
"index.html": "LICENSE,.gitignore,README.md",
".eslintrc.json": ".eslint*,.prettier*,.editor*",
"vite.config.*": "package.json,uno.config.ts,tsconfig.json,*.toml,.npmrc"
"vite.config.*": "package.json,uno.config.ts,tsconfig.json,*.toml,.npmrc,renovate.json"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
Expand Down

0 comments on commit 4fb57ac

Please sign in to comment.