2023-01-19 20:12:25 +00:00
|
|
|
{
|
|
|
|
"editor.bracketPairColorization.enabled": true,
|
|
|
|
"editor.guides.bracketPairs": true,
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
2023-01-26 11:52:22 +00:00
|
|
|
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
|
|
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
|
2023-01-19 20:12:25 +00:00
|
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
2023-01-26 11:52:22 +00:00
|
|
|
}
|