Skip to content

Commit c6632cb

Browse files
authored
Add eslint configuration (#1014)
1 parent b087803 commit c6632cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"bin/lab",
1414
"lib"
1515
],
16+
"eslintConfig": {
17+
"extends": [
18+
"plugin:@hapi/module"
19+
]
20+
},
1621
"dependencies": {
1722
"@babel/core": "^7.14.3",
1823
"@babel/eslint-parser": "^7.14.3",

0 commit comments

Comments
 (0)