Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
122d9e53
Commit
122d9e53
authored
9 years ago
by
Ameya Pandilwar
Committed by
Chris Rebert
9 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Enabled ESLint and JSCS in Hound
Fixes
#19114
Closes #19482, #19299
parent
5f959f11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.hound.yml
+10
-1
.hound.yml
with
10 additions
and
1 deletion
+10
-1
.hound.yml
+
10
-
1
View file @
122d9e53
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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment