Fitbit/enhanced-properties-loader

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "env": {
    "test": {
      "plugins": [
        "istanbul"
      ]
    }
  },
  "presets": [
    ["env", {
      "targets": {
        "node": true
      }
    }]
  ],
  "plugins": [
    "transform-runtime"
  ],
  "ignore": [
    "node_modules/",
    "**/wallaby/wallaby/**"
  ]
}