X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/5e265f9d81bcce30949e88850892ea5dacec7386..a9c02cac1fde01ac28dc1241d1e63f85a1ff03a2:/.eslintrc diff --git a/.eslintrc b/.eslintrc index 0a1dc80..4c16d62 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,14 +1,6 @@ { - "extends": "eslint-config-hapi", + "plugins": ["hapi"], "parserOptions": { - "ecmaVersion": 2017 - }, - "rules": { - "indent": [ - 2, - 2 - ], - "no-undef": 2, - "require-yield": 0 + "ecmaVersion": 2020 } }