rofrischmann/react-look

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    "react",
    "es2015",
    "stage-0"
  ],
  "plugins": [
    "lodash",
    "add-module-exports"
  ]
}