Skip to content

Commit fcc7ba6

Browse files
committed
add IDE linting
1 parent 7ff448e commit fcc7ba6

File tree

1 file changed

+29
-23
lines changed

1 file changed

+29
-23
lines changed

package.json

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
{
2-
"name": "@hapi/hoek",
3-
"description": "General purpose node utilities",
4-
"version": "9.2.0",
5-
"repository": "git://github.com/hapijs/hoek",
6-
"main": "lib/index.js",
7-
"types": "lib/index.d.ts",
8-
"keywords": [
9-
"utilities"
10-
],
11-
"files": [
12-
"lib"
13-
],
14-
"dependencies": {},
15-
"devDependencies": {
16-
"@hapi/code": "8.x.x",
17-
"@hapi/lab": "^24.0.0",
18-
"typescript": "~4.0.2"
19-
},
20-
"scripts": {
21-
"test": "lab -a @hapi/code -t 100 -L -Y",
22-
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
23-
},
24-
"license": "BSD-3-Clause"
2+
"name": "@hapi/hoek",
3+
"description": "General purpose node utilities",
4+
"version": "9.2.0",
5+
"repository": "git://github.com/hapijs/hoek",
6+
"main": "lib/index.js",
7+
"types": "lib/index.d.ts",
8+
"keywords": [
9+
"utilities"
10+
],
11+
"files": [
12+
"lib"
13+
],
14+
"eslintConfig": {
15+
"extends": [
16+
"plugin:@hapi/module"
17+
]
18+
},
19+
"dependencies": {},
20+
"devDependencies": {
21+
"@hapi/code": "8.x.x",
22+
"@hapi/eslint-plugin": "*",
23+
"@hapi/lab": "^24.0.0",
24+
"typescript": "~4.0.2"
25+
},
26+
"scripts": {
27+
"test": "lab -a @hapi/code -t 100 -L -Y",
28+
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
29+
},
30+
"license": "BSD-3-Clause"
2531
}

0 commit comments

Comments
 (0)