X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/d92ac8ccf6516011bc40bff2b17ef0d0d766f9de..07fe41351e3b61e01e54791abce81ae5cbe73e61:/.eslintrc diff --git a/.eslintrc b/.eslintrc index c30ff11..7d361bf 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,14 +1,6 @@ { - "extends": "@hapi/eslint-config-hapi", + "plugins": ["@hapi"], "parserOptions": { "ecmaVersion": 2020 - }, - "rules": { - "indent": [ - 2, - 2 - ], - "no-undef": 2, - "require-yield": 0 } }