lokyoung/vuejs-paginate

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": ["es2015"],
  "env": {
    "test": {
      "plugins": [ "istanbul" ]
    }
  }
}