From 2a446e719dc5a4ebd858fde038b80c048b84f3b9 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Sat, 25 Feb 2017 16:37:56 +0100 Subject: [PATCH] [TASK] Bithound file length & unused modules --- .bithoundrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.bithoundrc b/.bithoundrc index 5c27aec..ea936ac 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -1,6 +1,25 @@ { "dependencies": { "mute": [ + ], + "unused-ignores": [ + "almond", + "chroma-js", + "d3", + "d3-*", + "leaflet", + "leaflet-label", + "moment", + "node-polyglot", + "rbush", + "requirejs", + "virtual-dom", + "promise-polyfill" ] + }, + "critics": { + "wc": { + "limit": 5000 + } } }