17 lines
554 B
JSON
17 lines
554 B
JSON
{
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": true,
|
|
"editor.formatOnSave": false,
|
|
"editor.tabCompletion": "onlySnippets",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"eslint.validate": ["javascript", "typescript", "vue"],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"i18n-ally.localesPaths": ["src/i18n"],
|
|
"typescript.format.enable": true,
|
|
"typescript.format.indentSwitchCase": false,
|
|
"typescript.validate.enable": true,
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "Vue.volar"
|
|
}
|
|
}
|