mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 03:32:43 +08:00
4342be29d7
* 🐳 chore: dependencies * 🐞 fix: minor style issues fixed background white patches in dark mode fixed the line height of the status label, which resulted in a bloated appearance * 🌈 style: lint * ✨ feat: about
87 lines
1.3 KiB
Plaintext
87 lines
1.3 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "easytier-gui"
|
|
},
|
|
{
|
|
"path": "easytier"
|
|
}
|
|
],
|
|
"settings": {
|
|
"eslint.useFlatConfig": true,
|
|
"prettier.enable": false,
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.organizeImports": "never"
|
|
},
|
|
"eslint.rules.customizations": [
|
|
{
|
|
"rule": "style/*",
|
|
"severity": "off"
|
|
},
|
|
{
|
|
"rule": "style/eol-last",
|
|
"severity": "error"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"eslint.validate": [
|
|
"code-workspace",
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue",
|
|
"html",
|
|
"markdown",
|
|
"json",
|
|
"jsonc",
|
|
"yaml",
|
|
"toml",
|
|
"gql",
|
|
"graphql"
|
|
],
|
|
"i18n-ally.localesPaths": [
|
|
"easytier-gui/locales"
|
|
]
|
|
}
|
|
} |