Skip to content

Commit

Permalink
style: eslint rules to extend @Hapi namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yonjah committed May 7, 2019
1 parent 2aee1bf commit 14d4e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
"es6": true,
"node": true
},
"extends": "hapi",
"extends": "@hapi/eslint-config-hapi",
"parserOptions": {
"ecmaVersion": 2017
},
Expand Down

0 comments on commit 14d4e2f

Please sign in to comment.