diff --git a/.eslintrc.js b/.eslintrc.js index 32cdf23..07b43b5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,7 +3,7 @@ module.exports = { "es6": true, "node": true }, - "extends": "hapi", + "extends": "@hapi/eslint-config-hapi", "parserOptions": { "ecmaVersion": 2017 },