X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/5e265f9d81bcce30949e88850892ea5dacec7386..3b38f8e96d1f77e1502890d4195fb74c78673050:/.eslintrc diff --git a/.eslintrc b/.eslintrc index 0a1dc80..efbe3ab 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,14 +1,15 @@ { - "extends": "eslint-config-hapi", + "root": true, + "plugins": ["@hapi"], + "extends": "plugin:@hapi/recommended", "parserOptions": { - "ecmaVersion": 2017 + "ecmaVersion": "latest", + "sourceType": "module" }, "rules": { "indent": [ 2, 2 - ], - "no-undef": 2, - "require-yield": 0 + ] } }