From 504746934c07dc02031e84ea6c22d8015cb5abd1 Mon Sep 17 00:00:00 2001 From: JP1998 Date: Tue, 11 Dec 2018 08:38:56 +0100 Subject: [PATCH] Add proper name for eslint config file --- .hound.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hound.yml b/.hound.yml index d86b9a7..fc4f352 100644 --- a/.hound.yml +++ b/.hound.yml @@ -5,4 +5,4 @@ jshint: eslint: enabled: true - config_file: .eslintrc + config_file: .eslintrc.json