diff --git a/.bithoundrc b/.bithoundrc index caf121d4..ab05de38 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -3,5 +3,10 @@ "lib/**", "node_modules/**", "test/**" - ] + ], + "critics": { + "lint": { + "engine": "tslint" + } + } } \ No newline at end of file