From 472bdd2e19ee6aa94d3544ffed6806b7c84ee098 Mon Sep 17 00:00:00 2001 From: Elisha Nuchi Date: Sat, 1 May 2021 13:05:00 -0400 Subject: [PATCH] Update .babelrc fix formatting --- src/client/.babelrc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/client/.babelrc b/src/client/.babelrc index df3ddb6..afbad68 100644 --- a/src/client/.babelrc +++ b/src/client/.babelrc @@ -1,10 +1,8 @@ { - "presets": [ - "@babel/react" - ], + "presets": ["@babel/react"], "plugins": [ - "@babel/plugin-proposal-object-rest-spread", - "@babel/plugin-proposal-class-properties", + "@babel/plugin-proposal-object-rest-spread", + "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-optional-chaining" ] }