From 62c0e8bd238a29759cffa8354f02d6366686345f Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 10 Nov 2017 09:33:07 +0100 Subject: Add unused dependencies to .bithoundrc --- .bithoundrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .bithoundrc (limited to '.bithoundrc') diff --git a/.bithoundrc b/.bithoundrc new file mode 100644 index 00000000..bf7f1f15 --- /dev/null +++ b/.bithoundrc @@ -0,0 +1,17 @@ +{ + "ignore": [ + ], + "test": [ + ], + "dependencies": { + "unused-ignores": [ + "react-scripts", + "prettier", + "node-sass-chokidar", + "lint-staged", + "konva", + "husky", + "npm-run-all" + ] + } +} -- cgit v1.2.3