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" - ] -}