From 674aac70236df6e114467a7e508292d3fbf4b8e7 Mon Sep 17 00:00:00 2001 From: Juan Lago Date: Wed, 23 Aug 2023 10:21:46 +0200 Subject: [PATCH] Reformatted babel.config.json --- babel.config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/babel.config.json b/babel.config.json index 1884c7d..22a587f 100644 --- a/babel.config.json +++ b/babel.config.json @@ -10,8 +10,8 @@ } } ], - "@babel/preset-flow", - "@babel/preset-typescript", - "@babel/preset-react" + "@babel/preset-flow", + "@babel/preset-typescript", + "@babel/preset-react" ] }