hexlet-volunteers/interviews

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": ["es2015", "stage-0"],
  "plugins": [
    "transform-decorators-legacy",
    ["typecheck", {
      "disable": {
        "production": true
      }
    }],
    "syntax-flow",
    "transform-flow-strip-types"
  ]
}