20 lines
687 B
JSON
20 lines
687 B
JSON
{
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": true,
|
|
"editor.tabCompletion": "onlySnippets",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
// "editor.formatOnSave": true,
|
|
// "editor.codeActionsOnSave": {
|
|
// "source.addMissingImports.ts": "explicit",
|
|
// "source.fixAll.ts": "explicit",
|
|
// "source.fixAll.eslint": "explicit"
|
|
// },
|
|
"eslint.run": "onType",
|
|
"eslint.validate": ["javascript", "typescript", "vue"],
|
|
"i18n-ally.localesPaths": ["src/i18n"],
|
|
"typescript.format.enable": true,
|
|
"typescript.format.indentSwitchCase": false,
|
|
"typescript.validate.enable": true,
|
|
"notebook.defaultFormatter": "Vue.volar"
|
|
}
|