Skip to content

Commit 8f10fe8

Browse files
committed
add IDE linting
1 parent ee55d30 commit 8f10fe8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"multipart",
1313
"parser"
1414
],
15+
"eslintConfig": {
16+
"extends": [
17+
"plugin:@hapi/module"
18+
]
19+
},
1520
"dependencies": {
1621
"@hapi/b64": "5.x.x",
1722
"@hapi/boom": "9.x.x",
@@ -21,6 +26,7 @@
2126
},
2227
"devDependencies": {
2328
"@hapi/code": "8.x.x",
29+
"@hapi/eslint-plugin": "*",
2430
"@hapi/lab": "24.x.x",
2531
"@hapi/teamwork": "5.x.x",
2632
"@hapi/wreck": "17.x.x",

0 commit comments

Comments
 (0)