{
  "parserOptions": {
    "ecmaVersion": 2021
  },
  "extends": [
    "@hapi/eslint-config-hapi"
  ],
  "rules": {
    "indent": [
      2,
      2
    ],
    "no-undef": 2,
    "require-yield": 0
  },
  "ignorePatterns": [
    "tap-snapshots"
  ]
}