chatgpt-web/.vscode/settings.json

49 lines
736 B
JSON
Raw Normal View History

2023-02-09 16:20:45 +08:00
{
"prettier.enable": false,
"editor.formatOnSave": false,
2023-02-09 16:20:45 +08:00
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
2023-02-11 08:17:48 +08:00
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue",
"html",
"json",
"jsonc",
"json5",
"yaml",
"yml",
"markdown"
],
2023-02-09 16:20:45 +08:00
"cSpell.words": [
"antfu",
"axios",
2023-02-10 09:22:06 +08:00
"bumpp",
2023-02-09 16:20:45 +08:00
"chatgpt",
2023-02-16 21:03:12 +08:00
"chenzhaoyu",
2023-02-13 11:03:10 +08:00
"commitlint",
"davinci",
2023-02-16 21:03:12 +08:00
"dockerhub",
2023-02-09 16:20:45 +08:00
"esno",
"GPTAPI",
"iconify",
"logprobs",
2023-02-09 16:20:45 +08:00
"nodata",
"OPENAI",
"pinia",
"Popconfirm",
2023-02-09 16:20:45 +08:00
"rushstack",
"Sider",
2023-02-09 16:20:45 +08:00
"tailwindcss",
"tsup",
2023-02-13 19:18:01 +08:00
"Typecheck",
2023-02-09 16:20:45 +08:00
"unplugin",
"VITE",
2023-02-15 22:34:44 +08:00
"vueuse",
"Zhao"
2023-02-09 16:20:45 +08:00
]
}