Skip to content

Commit

Permalink
prettier changes for babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Aug 13, 2019
1 parent ee4863a commit 9fd0f4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .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"
]
}
"presets": ["@babel/preset-react", "@babel/preset-env"],
"plugins": [
"emotion",
"@babel/plugin-transform-react-jsx",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-typescript"
]
}

0 comments on commit 9fd0f4f

Please sign in to comment.