aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
blob: ca2956492eaff4f99a4def4b33856422ebbd0b81 (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,
    "require-yield": 0
  },
  "parserOptions": {
    "sourceType": "module"
  }
}