aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
blob: f91f59218211780721f1612dd74eddbf20683d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "eslint-config-hapi",
  "rules": {
    "indent": [
      2,
      2
    ],
    "no-undef": 2,
    "require-yield": 0
  }
}