Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.

Commit 16dbbdc

Browse files
committed
fix(bithound): update ignore-deps
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
1 parent f0d4a71 commit 16dbbdc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.bithoundrc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"dependencies": {
3-
"unused-ignores": []
3+
"unused-ignores": [
4+
"babel-preset-env",
5+
"babel-plugin-unassert",
6+
"babel-plugin-transform-object-rest-spread",
7+
"babel-plugin-external-helpers",
8+
"babel-core"
9+
]
410
}
511
}

0 commit comments

Comments
 (0)