From b5913b086ea59b6c154085525ece348c760fb0d0 Mon Sep 17 00:00:00 2001 From: Goh Jia Hao Date: Sat, 12 Aug 2017 11:44:00 +0800 Subject: [PATCH] Don't run jshint on hound --- .hound.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hound.yml b/.hound.yml index 41152ce..a2b4dcf 100644 --- a/.hound.yml +++ b/.hound.yml @@ -2,3 +2,6 @@ eslint: enabled: true config_file: .eslintrc.yml ignore_file: .eslintignore + +jshint: + enabled: false