.eslintrc 176 B

1234567891011
  1. {
  2. "rules": {
  3. "indent": [ 2, 2 ],
  4. "padding-line-between-statements": "off",
  5. "hapi/hapi-no-var": false
  6. },
  7. "extends": "hapi",
  8. "env": {
  9. "mocha": true
  10. }
  11. }