Skip to content

Commit

Permalink
chore: vscode 配置文件合并
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed May 25, 2023
1 parent 266a011 commit 9c9252d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,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,renovate.json"
"vite.config.*": "package.json,uno.config.ts,tsconfig.json,*.toml,.npmrc,renovate.json,CHANGELOG.md"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
Expand Down

0 comments on commit 9c9252d

Please sign in to comment.