run prettier

This commit is contained in:
Sidney Alcantara
2021-09-01 15:59:30 +10:00
parent 901470675a
commit 4674262172
329 changed files with 22103 additions and 22104 deletions

View File

@@ -1,13 +1,13 @@
{
"hosting": {
"target": "rowy",
"public": "build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
"hosting": {
"target": "rowy",
"public": "build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}