{ "extends": "eslint-config-hapi", "rules": { "indent": [ 2, 2 ], "no-undef": 2 }, "parserOptions": { "ecmaVersion": 8 } }