Skip to content

Commit

Permalink
chore(bithound): Ignore some dependencies which appear as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Dec 10, 2016
1 parent 3bc6d6a commit 0d8d1b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .bithoundrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"critics": {
"lint": {"engine": "standard"}
},
"dependencies": {
"unused-ignores": [
"mocha",
"validate-commit-msg",
"semantic-release",
"istanbul",
"ghooks",
"eslint-plugin-standard",
"eslint-plugin-promise",
"eslint",
"codecov"
]
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"mocha": "^3.2.0",
"semantic-release": "^6.3.2",
"sinon": ">=1.15.0",
"testdouble": "^1.7.0",
"validate-commit-msg": "^2.8.2"
}
}

0 comments on commit 0d8d1b0

Please sign in to comment.