Commit 122d9e53 authored by Ameya Pandilwar's avatar Ameya Pandilwar Committed by Chris Rebert
Browse files

Enabled ESLint and JSCS in Hound

Fixes #19114
Closes #19482, #19299
parent 5f959f11
Showing with 10 additions and 1 deletion
+10 -1
fail_on_violations: true
scss:
config_file: scss/.scss-lint.yml
enabled: true
......@@ -6,6 +8,13 @@ scss:
javascript:
enabled: false
eslint:
enabled: true
config_file: js/.eslintrc
jscs:
enabled: true
config_file: js/.jscsrc
ruby:
enabled: false
fail_on_violations: true
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment