From 0a3830997bd890aa02d7ce980e38984683c4fdd8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 4 Oct 2017 09:57:38 +0300 Subject: [PATCH] Hound: Disable scss. (#24221) --- .hound.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hound.yml b/.hound.yml index 39dfd0815c..d47b1677dd 100644 --- a/.hound.yml +++ b/.hound.yml @@ -3,6 +3,9 @@ fail_on_violations: true stylelint: config_file: build/.stylelintrc +scss: + enabled: false + jshint: enabled: false