summaryrefslogtreecommitdiff
path: root/.eslintrc
blob: e38a8dda1ffe71723130aa01d2f64af060d1cb49 (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "eslint-config-hapi",
  "rules": {
    "indent": [
      "error",
      2
    ]
  }
}