chatgpt-web/.vscode/settings.json

65 lines
1.0 KiB
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-16 08:03:12 -05:00
"chenzhaoyu",
2023-02-12 22:03:10 -05:00
"commitlint",
"davinci",
2023-02-16 08:03:12 -05:00
"dockerhub",
2023-02-09 03:20:45 -05:00
"esno",
"GPTAPI",
2023-03-06 06:25:40 -05:00
"highlightjs",
"hljs",
2023-02-09 03:20:45 -05:00
"iconify",
"katex",
2023-03-06 06:25:40 -05:00
"katexmath",
"linkify",
"logprobs",
2023-03-06 06:25:40 -05:00
"mdhljs",
2023-02-09 03:20:45 -05:00
"nodata",
"OPENAI",
"pinia",
"Popconfirm",
2023-02-09 03:20:45 -05:00
"rushstack",
"Sider",
2023-02-09 03:20:45 -05:00
"tailwindcss",
2023-03-06 06:25:40 -05:00
"traptitech",
"tsup",
2023-02-13 06:18:01 -05:00
"Typecheck",
2023-02-09 03:20:45 -05:00
"unplugin",
"VITE",
2023-02-15 09:34:44 -05:00
"vueuse",
"Zhao"
],
"i18n-ally.enabledParsers": [
"ts"
],
"i18n-ally.sortKeys": true,
"i18n-ally.keepFulfilled": true,
"i18n-ally.localesPaths": [
"src/locales"
],
"i18n-ally.keystyle": "nested"
2023-02-09 03:20:45 -05:00
}