vitalia/.vscode/settings.json
Naomi Carrigan eecb1b1841
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 34s
feat: project rename
2025-05-22 18:37:27 -07:00

11 lines
243 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
"sonarlint.connectedMode.project": {
"connectionId": "nhcarrigan",
"projectKey": "nhcarrigan_nutrition-tracker"
}
}