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