From 4522ce51cc15cc83d86c9d3dbaf1a674e13bbaf3 Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Thu, 9 May 2024 13:32:53 -0400 Subject: [PATCH] fix: prettier --- firebase.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/firebase.json b/firebase.json index ddb687d0..7dd16c19 100644 --- a/firebase.json +++ b/firebase.json @@ -1,10 +1,6 @@ { "hosting": { "public": ".output/public", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" - ] + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] } }