Skip to content

Instantly share code, notes, and snippets.

@whisher
Created October 15, 2018 17:12
Show Gist options
  • Save whisher/39964bae484efe2bd9fb4353e72b871d to your computer and use it in GitHub Desktop.
Save whisher/39964bae484efe2bd9fb4353e72b871d to your computer and use it in GitHub Desktop.
.babelrc
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [["transform-class-properties",{ "spec": true }]]
}
.eslintrc
{
"parser": "babel-eslint",
"extends": [
"eslint:recommended",
"plugin:react/recommended"
],
"globals": {
"module": true,
"document": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment