laundree/laundree

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    "react",
    "flow",
    "stage-0",
    [
      "env",
      {
        "targets": {
          "node": 8
        }
      }
    ]
  ]
}