From 0ccac4a6e0883f2641c8f385b7a118d1cb16dffc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 20 Oct 2015 15:58:09 -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 cd39b4b305..1dd8ae609d 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,4 +1,4 @@ -java_script: +javascript: enabled: false scss: config_file: scss/.scss-lint.yml -- 2.47.2