You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
652 B
JSON
44 lines
652 B
JSON
{
|
|
"prettier.enable": false,
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue",
|
|
"html",
|
|
"json",
|
|
"jsonc",
|
|
"json5",
|
|
"yaml",
|
|
"yml",
|
|
"markdown"
|
|
],
|
|
"cSpell.words": [
|
|
"antfu",
|
|
"axios",
|
|
"bumpp",
|
|
"chatgpt",
|
|
"commitlint",
|
|
"esno",
|
|
"GPTAPI",
|
|
"iconify",
|
|
"nodata",
|
|
"OPENAI",
|
|
"pinia",
|
|
"rushstack",
|
|
"Sider",
|
|
"tailwindcss",
|
|
"tsup",
|
|
"Typecheck",
|
|
"unplugin",
|
|
"VITE",
|
|
"vueuse",
|
|
"Zhao"
|
|
]
|
|
}
|