feat: project rename
Node.js CI / Lint and Test (pull_request) Failing after 34s

This commit is contained in:
2025-05-22 18:37:27 -07:00
parent 7587152072
commit eecb1b1841
5 changed files with 128 additions and 23 deletions
+8 -9
View File
@@ -1,11 +1,10 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
"sonarlint.connectedMode.project": {
"connectionId": "nhcarrigan",
"projectKey": "nhcarrigan_nutrition-tracker"
}
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
"sonarlint.connectedMode.project": {
"connectionId": "nhcarrigan",
"projectKey": "nhcarrigan_nutrition-tracker"
}
}