From 1b5bb473c5cc2ef666b72ad5527a8b20f6f2a8cb Mon Sep 17 00:00:00 2001 From: JP1998 Date: Mon, 3 Dec 2018 16:09:52 +0100 Subject: [PATCH] Add a proper linter for style checks --- .hound.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.hound.yml b/.hound.yml index 6540cc8..618f683 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1 +1,7 @@ fail_on_violations: true + +jshint: + enabled: false + +eslint: + enabled: true