From 3d437c6f503688afaeb28a5b7ce48cc08a23a6b8 Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Mon, 2 Jan 2017 02:13:22 +0300 Subject: [PATCH] Drop jscs on hound config --- .hound.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.hound.yml b/.hound.yml index 6c5f60998fb5..b5810115bccb 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,8 +1,8 @@ fail_on_violations: true scss: - config_file: scss/.scss-lint.yml enabled: true + config_file: scss/.scss-lint.yml javascript: enabled: false @@ -12,9 +12,5 @@ eslint: config_file: js/.eslintrc.json ignore_file: .houndignore -jscs: - enabled: true - config_file: js/.jscsrc - ruby: enabled: false