X-Git-Url: https://git.r.bdr.sh/rbdr/tomato-sauce/blobdiff_plain/c80b2f4575cfc3d74ec8e0b112943cbd081ffcd7..a0666be3ab58ed83ad6d622cfe2b8293c40dffbb:/.eslintrc diff --git a/.eslintrc b/.eslintrc index f91f592..076e032 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,11 +1,8 @@ { - "extends": "eslint-config-hapi", - "rules": { - "indent": [ - 2, - 2 - ], - "no-undef": 2, - "require-yield": 0 + "extends": [ + "plugin:@hapi/recommended" + ], + "parserOptions": { + "ecmaVersion": 2020 } }