aria-iuvo/.vscode/settings.json
Naomi Carrigan 88b28364c6
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 35s
feat: initial project prototype
2025-02-10 13:20:54 -08:00

7 lines
116 B
JSON

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