mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-20 03:22:09 +00:00
chore: editor settings
This commit is contained in:
22
.vscode/settings.json
vendored
Normal file
22
.vscode/settings.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user