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