diff options
| author | vsn4ik <[email protected]> | 2017-01-02 02:13:22 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-01 23:57:49 -0800 |
| commit | 4d6999b7ba904e16a0a270692bcaf18745bfd77f (patch) | |
| tree | 81bc9f2c5625e5e8fdc5404db952ad8f0bda85f6 | |
| parent | bb07fff66cef31c52fc20f287297fb58463af967 (diff) | |
| download | bootstrap-4d6999b7ba904e16a0a270692bcaf18745bfd77f.tar.xz bootstrap-4d6999b7ba904e16a0a270692bcaf18745bfd77f.zip | |
Drop jscs on hound config
| -rw-r--r-- | .hound.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.hound.yml b/.hound.yml index 6c5f60998..b5810115b 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 |
