1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs": true, "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": [ "source.fixAll.eslint" ], "eslint.validate": [ "javascript", "javascriptreact", "typescript", "vue" ] }