fixed eslint issues

This commit is contained in:
Austin Bennett
2025-02-21 14:51:41 -06:00
parent df5cc5f022
commit d27c355198
160 changed files with 513 additions and 72 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"hosting": {
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"frameworksBackend": {
"region": "us-central1"
}
}
}