mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 11:42:27 +08:00
81 lines
1.5 KiB
JSON
81 lines
1.5 KiB
JSON
{
|
|
"cSpell.words": [
|
|
"easytier",
|
|
"Vite",
|
|
"vueuse",
|
|
"pinia",
|
|
"demi",
|
|
"antfu",
|
|
"iconify",
|
|
"intlify",
|
|
"vitejs",
|
|
"unplugin",
|
|
"pnpm"
|
|
],
|
|
"i18n-ally.localesPaths": "locales",
|
|
"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"
|
|
]
|
|
} |