standup-bot/.vscode/settings.json
Naomi Carrigan f3ab9e541f
All checks were successful
Node.js CI / Lint and Test (push) Successful in 31s
feat: initial prototype
2025-02-25 16:37:00 -08:00

7 lines
116 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"]
}