diff --git a/.bithoundrc b/.bithoundrc new file mode 100644 index 0000000..86d187a --- /dev/null +++ b/.bithoundrc @@ -0,0 +1,10 @@ +"critics": { + "lint": {"engine": "standard"} + "wc": { "limit": 5000 } +} + "dependencies": { + "mute": [ + "read-config", + "socket.io" + ] + } diff --git a/package.json b/package.json index bc5f461..4c6e00e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "basic-auth": "^1.1.0", "colors": "^1.1.2", - "debug": "^2.6.7", + "debug": "^2.6.8", "express": "^4.15.3", "express-session": "^1.15.3", "read-config": "^1.6.0", @@ -42,6 +42,7 @@ "test": "snyk test" }, "devDependencies": { + "bithound": "^1.7.0", "snyk": "^1.30.1" } }