Skip to content

Commit 4493c9c

Browse files
committed
add IDE linting
1 parent 892e4c9 commit 4493c9c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@
1313
"files": [
1414
"lib"
1515
],
16+
"eslintConfig": {
17+
"extends": [
18+
"plugin:@hapi/module"
19+
]
20+
},
1621
"dependencies": {
1722
"@hapi/hoek": "9.x.x"
1823
},
1924
"devDependencies": {
2025
"@hapi/code": "8.x.x",
26+
"@hapi/eslint-plugin": "*",
2127
"@hapi/lab": "24.x.x",
2228
"@hapi/wreck": "17.x.x",
2329
"typescript": "~4.0.2"

0 commit comments

Comments
 (0)