Skip to content

Commit 9ad9f1c

Browse files
committed
Added "unused" packages to bithound config.
1 parent 3868e01 commit 9ad9f1c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.bithoundrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@
88
"dependencies": {
99
"unused-ignores": [
1010
"chalk",
11+
"codecov",
1112
"doxdox-parser-dox",
1213
"doxdox-plugin-bootstrap",
1314
"doxdox-plugin-handlebars",
1415
"doxdox-plugin-markdown",
16+
"eslint",
1517
"globby",
16-
"parse-cmd-args"
18+
"istanbul",
19+
"mocha",
20+
"parse-cmd-args",
21+
"update-notifier"
1722
]
1823
}
1924
}

0 commit comments

Comments
 (0)