chatgpt-web/.vscode/settings.json

41 lines
611 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-13 11:03:10 +08:00
"commitlint",
2023-02-09 16:20:45 +08:00
"esno",
"GPTAPI",
"iconify",
"nodata",
"OPENAI",
"pinia",
"rushstack",
"Sider",
2023-02-09 16:20:45 +08:00
"tailwindcss",
"unplugin",
"VITE",
"vueuse"
]
}