From 0d8d1b04e8143d5975ced6442e95e265465d31a6 Mon Sep 17 00:00:00 2001 From: Lukas Taegert Date: Sat, 10 Dec 2016 14:07:42 +0100 Subject: [PATCH] chore(bithound): Ignore some dependencies which appear as unused --- .bithoundrc | 13 +++++++++++++ package.json | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.bithoundrc b/.bithoundrc index f52ae73..6ef5b25 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -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" + ] } } diff --git a/package.json b/package.json index 9739848..cb2a520 100644 --- a/package.json +++ b/package.json @@ -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" } }