resume/.vscode/settings.json
Naomi Carrigan abe0c7f94c
All checks were successful
Node.js CI / Lint and Test (push) Successful in 40s
feat: ship it let's gooooooooo
2025-04-08 17:25:10 -07:00

7 lines
116 B
JSON

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