2024-05-06 14:26:32 +08:00
|
|
|
{
|
2024-10-12 00:36:57 +08:00
|
|
|
"cSpell.words": [
|
|
|
|
"easytier",
|
|
|
|
"Vite",
|
|
|
|
"vueuse",
|
|
|
|
"pinia",
|
|
|
|
"demi",
|
|
|
|
"antfu",
|
|
|
|
"iconify",
|
|
|
|
"intlify",
|
|
|
|
"vitejs",
|
|
|
|
"unplugin",
|
|
|
|
"pnpm"
|
|
|
|
],
|
|
|
|
"i18n-ally.sourceLanguage": "en",
|
|
|
|
"i18n-ally.keystyle": "nested",
|
|
|
|
"i18n-ally.localesPaths": "locales",
|
|
|
|
"i18n-ally.sortKeys": true,
|
|
|
|
// Disable the default formatter
|
|
|
|
"prettier.enable": false,
|
|
|
|
"editor.formatOnSave": false,
|
|
|
|
// Auto fix
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": "explicit",
|
|
|
|
"source.organizeImports": "never"
|
|
|
|
},
|
|
|
|
// Silent the stylistic rules in you IDE, but still auto fix them
|
|
|
|
"eslint.rules.customizations": [
|
|
|
|
{
|
|
|
|
"rule": "style/*",
|
|
|
|
"severity": "off"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"rule": "format/*",
|
|
|
|
"severity": "off"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"rule": "*-indent",
|
|
|
|
"severity": "off"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"rule": "*-spacing",
|
|
|
|
"severity": "off"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"rule": "*-spaces",
|
|
|
|
"severity": "off"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"rule": "*-order",
|
|
|
|
"severity": "off"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"rule": "*-dangle",
|
|
|
|
"severity": "off"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"rule": "*-newline",
|
|
|
|
"severity": "off"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"rule": "*quotes",
|
|
|
|
"severity": "off"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"rule": "*semi",
|
|
|
|
"severity": "off"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
// The following is optional.
|
|
|
|
// It's better to put under project setting `.vscode/settings.json`
|
|
|
|
// to avoid conflicts with working with different eslint configs
|
|
|
|
// that does not support all formats.
|
|
|
|
"eslint.validate": [
|
|
|
|
"javascript",
|
|
|
|
"javascriptreact",
|
|
|
|
"typescript",
|
|
|
|
"typescriptreact",
|
|
|
|
"vue",
|
|
|
|
"html",
|
|
|
|
"markdown",
|
|
|
|
"json",
|
|
|
|
"jsonc",
|
|
|
|
"yaml"
|
2024-05-06 14:26:32 +08:00
|
|
|
]
|
2024-05-07 10:39:06 +08:00
|
|
|
}
|