]> Untitled Git - lemmy-ui.git/blobdiff - .babelrc
fix submodule error
[lemmy-ui.git] / .babelrc
index 2da0dea16b7f17831c116a967d2efef2b67c40a1..b96976f8c88eb00953bcf7fcd235d715a9723039 100644 (file)
--- a/.babelrc
+++ b/.babelrc
         }
       }
     ],
-    ["@babel/typescript", {"isTSX": true, "allExtensions": true}]
+    ["@babel/typescript", { "isTSX": true, "allExtensions": true }]
   ],
   "plugins": [
     "@babel/plugin-transform-runtime",
-    ["babel-plugin-inferno", { "imports": true }], 
-    ["@babel/plugin-proposal-class-properties", { "loose": true }],
+    ["babel-plugin-inferno", { "imports": true }],
+    ["@babel/plugin-proposal-class-properties", { "loose": true }]
   ]
 }