From bbea9341acb37f729e7f83d59d784cb4ff7969e1 Mon Sep 17 00:00:00 2001 From: Johnny Estilles Date: Mon, 20 Apr 2015 21:23:49 +0800 Subject: [PATCH] chore: add lint rules for mocha test --- .jshintrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index f57a8ff..be13cae 100644 --- a/.jshintrc +++ b/.jshintrc @@ -9,5 +9,7 @@ "undef": true, "boss": true, "eqnull": true, - "node": true + "node": true, + "mocha": true, + "expr": true }