Gymboard/gymboard-app/.vscode/settings.json

10 lines
362 B
JSON
Raw Permalink Normal View History

2023-01-19 20:12:25 +00:00
{
"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"],
2023-01-19 20:12:25 +00:00
"typescript.tsdk": "node_modules/typescript/lib"
}