Files
evilspins/.vscode/settings.json
valere 1b8b998622
All checks were successful
Deploy App / build (push) Successful in 14s
Deploy App / deploy (push) Successful in 9s
FEAT: side A/B
2025-11-15 21:56:37 +01:00

10 lines
235 B
JSON

{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.useFlatConfig": true,
"svg.preview.background": "editor"
}