gwen-abalise/.vscode/settings.json
Naomi Carrigan 3b5ceef191
Some checks failed
Node.js CI / Lint and Test (push) Has been cancelled
feat: initial prototype
2025-02-23 19:46:11 -08:00

7 lines
116 B
JSON

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