Files
ColdBreeze-chat-web/.vscode/settings.json
T
2022-07-08 19:13:49 +08:00

48 lines
1.1 KiB
JSON

{
"css.validate": false,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"emmet.triggerExpansionOnTab": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cSpell.words": [
"appinstalled",
"beforeinstallprompt",
"btns",
"localstorage",
"magiclink",
"navs",
"oidc",
"reduxjs",
"Swiper",
"thirdparty",
"tippyjs",
"toastui",
"uiball",
"vocechat"
],
"reactSnippets.settings.prettierEnabled": true,
"reactSnippets.settings.importReactOnTop": false
}