X-Git-Url: http://these/git/?a=blobdiff_plain;f=.babelrc;h=b96976f8c88eb00953bcf7fcd235d715a9723039;hb=dbeab6450bce05c7bca898935e8b4f6d3d72ff5a;hp=2da0dea16b7f17831c116a967d2efef2b67c40a1;hpb=241ef722908a1abe02ff54985455bf3467d7797c;p=lemmy-ui.git diff --git a/.babelrc b/.babelrc index 2da0dea..b96976f 100644 --- a/.babelrc +++ b/.babelrc @@ -10,11 +10,11 @@ } } ], - ["@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 }] ] }