From bd8ad5130fa8464b2c97754bed27b69cf085fc76 Mon Sep 17 00:00:00 2001 From: Adrien Castex Date: Fri, 12 May 2017 17:55:48 +0200 Subject: [PATCH] Changed jslint to tslint --- .bithoundrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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