diff --git a/.hound.yml b/.hound.yml index 2a6b0559242b..edc176c2abee 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,18 +1,19 @@ fail_on_violations: true +eslint: + config_file: js/.eslintrc.json + enabled: false + ignore_file: .houndignore + stylelint: config_file: build/.stylelintrc enabled: true ignore_file: .houndignore -eslint: - config_file: js/.eslintrc.json - ignore_file: .houndignore - -scss: +jshint: enabled: false -jshint: +scss: enabled: false ruby: diff --git a/.houndignore b/.houndignore index 7814652fb342..88f01a479e49 100644 --- a/.houndignore +++ b/.houndignore @@ -1,4 +1,3 @@ **/*.min.js -**/vendor/* -**/dist/* -js/tests/* +**/vendor/** +**/dist/**