From 3d113c62475678326ce600d979b4146e9518769c Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Fri, 3 Aug 2018 20:50:47 +0200 Subject: [PATCH] [TASK] Remove bithound --- .bithoundrc | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .bithoundrc diff --git a/.bithoundrc b/.bithoundrc deleted file mode 100644 index 4d216bb..0000000 --- a/.bithoundrc +++ /dev/null @@ -1,26 +0,0 @@ -{ - "dependencies": { - "mute": [ - ], - "unused-ignores": [ - "almond", - "d3-*", - "leaflet", - "moment", - "navigo", - "node-polyglot", - "promise-polyfill", - "rbush", - "requirejs", - "snabbdom" - ] - }, - "critics": { - "wc": { - "limit": 5000 - } - }, - "ignore": [ - "polyfill.js" - ] -}