feat: load in configs

This commit is contained in:
2025-02-16 15:54:42 -08:00
parent b43bfd612b
commit 107f54d269
9 changed files with 4074 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
"sonarlint.connectedMode.project": {
"connectionId": "nhcarrigan",
"projectKey": "nhcarrigan_forms-api"
}
}