diff --git a/.babelrc b/.babelrc index 2da3bf33..49592a4b 100644 --- a/.babelrc +++ b/.babelrc @@ -1,9 +1,9 @@ { - "presets": ["@babel/preset-react", "@babel/preset-env"], - "plugins": [ - "emotion", - "@babel/plugin-transform-react-jsx", - "@babel/plugin-proposal-class-properties", - "@babel/plugin-transform-typescript" - ] -} \ No newline at end of file + "presets": ["@babel/preset-react", "@babel/preset-env"], + "plugins": [ + "emotion", + "@babel/plugin-transform-react-jsx", + "@babel/plugin-proposal-class-properties", + "@babel/plugin-transform-typescript" + ] +}