frankthelen/phrasal-functions

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage
{
  "extends": [
    "airbnb-base"
  ],
  "plugins": [
    "promise"
  ],
  "rules": {
    "object-curly-newline": ["error", {
      "consistent": true
    }]
  }
}