nzediegwu1/EventManager

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": ["env", "react", "es2015", "stage-0"],
  "plugins": [
    "react-hot-loader/babel",
    "transform-object-rest-spread",
    "transform-react-remove-prop-types"
  ]
}