GenFirst/react-twitter-login

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "env": {
    "browser": true,
    "mocha": true,
    "node": true
  },
  "presets": [
    "es2015",
    "react",
    "stage-1"
  ],
  "plugins": [
    "syntax-flow",
    "transform-flow-strip-types",
    "syntax-jsx"
  ]
}