Skip to content

Commit

Permalink
add IDE linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbenson committed Aug 27, 2021
1 parent 4be484b commit 581ad05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"hapi",
"plugin"
],
"eslintConfig": {
"extends": [
"plugin:@hapi/module"
]
},
"dependencies": {
"@hapi/ammo": "5.x.x",
"@hapi/boom": "9.x.x",
Expand All @@ -24,6 +29,7 @@
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/eslint-plugin": "*",
"@hapi/file": "2.x.x",
"@hapi/hapi": "20.x.x",
"@hapi/lab": "24.x.x"
Expand Down

0 comments on commit 581ad05

Please sign in to comment.