added prettier to repo

This commit is contained in:
Jordan Violet
2022-11-27 23:31:36 -05:00
parent e001042deb
commit 86e3bc602b
85 changed files with 1418 additions and 968 deletions

View File

@@ -1,10 +1,6 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}