14 lines
571 B
JSON
14 lines
571 B
JSON
{
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"html-css-class-completion.remoteStyleSheets": [
|
|
"https://cdn.jsdelivr.net/npm/quasar@latest/dist/quasar.prod.css"
|
|
],
|
|
"html-css-class-completion.includeGlobPattern": "**/*.{css,scss,sass,html,vue}"
|
|
}
|