diff --git a/.bithoundrc b/.bithoundrc
deleted file mode 100644
index 4d216bb619b68a30c483a8208d7194861b649650..0000000000000000000000000000000000000000
--- 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"
-  ]
-}