From 18ad53fc5662e0739a32f86d8dcbfbf5bd5b260a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 20 Oct 2015 15:57:11 -0700 Subject: [PATCH] Fix Hound's JS config Per https://github.com/twbs/bootstrap/pull/17997#discussion_r42564175 ; thanks @vsn4ik ! Refs #17769 /fyi @croaky [ci skip] --- .hound.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hound.yml b/.hound.yml index bb847f5593..1d162eb0de 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,4 +1,4 @@ -java_script: +javascript: config_file: js/.jshintrc enabled: true scss: