Skip to content

Instantly share code, notes, and snippets.

@joshuacrass
Created September 11, 2018 14:03
Show Gist options
  • Save joshuacrass/859af24de3d26ba98162b718a49c73f2 to your computer and use it in GitHub Desktop.
Save joshuacrass/859af24de3d26ba98162b718a49c73f2 to your computer and use it in GitHub Desktop.
react-eslint-prettier .babelrc example proposals
{
"presets": ["@babel/preset-env", "@babel/react"],
"plugins": [
"react-hot-loader/babel",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment