chatgpt-web/.vscode/settings.json

41 lines
611 B
JSON
Raw Normal View History

2023-02-09 03:20:45 -05:00
{
"prettier.enable": false,
"editor.formatOnSave": false,
2023-02-09 03:20:45 -05:00
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
2023-02-10 19:17:48 -05:00
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue",
"html",
"json",
"jsonc",
"json5",
"yaml",
"yml",
"markdown"
],
2023-02-09 03:20:45 -05:00
"cSpell.words": [
"antfu",
"axios",
2023-02-09 20:22:06 -05:00
"bumpp",
2023-02-09 03:20:45 -05:00
"chatgpt",
2023-02-12 22:03:10 -05:00
"commitlint",
2023-02-09 03:20:45 -05:00
"esno",
"GPTAPI",
"iconify",
"nodata",
"OPENAI",
"pinia",
"rushstack",
"Sider",
2023-02-09 03:20:45 -05:00
"tailwindcss",
"unplugin",
"VITE",
"vueuse"
]
}