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 26, 2021
1 parent c95985e commit c2107e9
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 @@ -17,6 +17,11 @@
"api",
"web"
],
"eslintConfig": {
"extends": [
"plugin:@hapi/module"
]
},
"dependencies": {
"@hapi/accept": "^5.0.1",
"@hapi/ammo": "^5.0.1",
Expand All @@ -39,6 +44,7 @@
},
"devDependencies": {
"@hapi/code": "^8.0.0",
"@hapi/eslint-plugin": "*",
"@hapi/inert": "^6.0.2",
"@hapi/joi-legacy-test": "npm:@hapi/joi@^15.0.0",
"@hapi/lab": "^24.2.0",
Expand Down

0 comments on commit c2107e9

Please sign in to comment.