From 2fc058d9898996931a5d2a1fb7824706873f2ab5 Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Wed, 17 Jan 2024 16:17:02 +0000 Subject: [PATCH] chore: apply changes after linting [bot] --- projects/react/.babelrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/react/.babelrc b/projects/react/.babelrc index 884fc3459..f7b3a9bec 100644 --- a/projects/react/.babelrc +++ b/projects/react/.babelrc @@ -4,9 +4,9 @@ "@nx/react/babel", { "runtime": "automatic", - "useBuiltIns": "usage", - }, - ], + "useBuiltIns": "usage" + } + ] ], - "plugins": [], + "plugins": [] }