diff options
| author | Chris Rebert <[email protected]> | 2015-10-20 15:58:09 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-20 15:58:09 -0700 |
| commit | 0ccac4a6e0883f2641c8f385b7a118d1cb16dffc (patch) | |
| tree | 02c6941a4262bacd7fc8e87119810892d6c51f57 | |
| parent | dd78e759915ed6a4678800b8aa24fd5bcc3ee728 (diff) | |
| download | bootstrap-0ccac4a6e0883f2641c8f385b7a118d1cb16dffc.tar.xz bootstrap-0ccac4a6e0883f2641c8f385b7a118d1cb16dffc.zip | |
Fix Hound's JS config
Per https://github.com/twbs/bootstrap/pull/17997#discussion_r42564175 ; thanks @vsn4ik !
Refs #17769
/fyi @croaky
[ci skip]
| -rw-r--r-- | .hound.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.hound.yml b/.hound.yml index cd39b4b30..1dd8ae609 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,4 +1,4 @@ -java_script: +javascript: enabled: false scss: config_file: scss/.scss-lint.yml |
