chore: editor settings

This commit is contained in:
ChenZhaoYu
2023-02-09 16:20:45 +08:00
parent 978a527c0a
commit 9f44c1dea2
2 changed files with 23 additions and 0 deletions

22
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"cSpell.words": [
"antfu",
"axios",
"chatgpt",
"esno",
"GPTAPI",
"iconify",
"nodata",
"OPENAI",
"pinia",
"rushstack",
"tailwindcss",
"unplugin",
"VITE",
"vueuse"
]
}