melody-iuvo/.vscode/settings.json
Naomi Carrigan d6ebb96d4f
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 46s
feat: initial prototype
2025-02-10 23:23:49 -08:00

7 lines
116 B
JSON

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