hamstr/.vscode/settings.json

9 lines
310 B
JSON
Raw Permalink Normal View History

2023-01-07 03:10:26 +00:00
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
2023-01-31 18:30:15 +00:00
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"]
}