Skip to content

Commit d53525c

Browse files
author
Dan Croak
committed
Add JavaScript configuration for Hound
This change uses Bootstrap's existing `js/.jshintrc` file to configure Hound's hosted JSHint instance. It leaves existing JavaScript linting as-is because Hound does not support ESLint or JSCS yet. On each pull request to Bootstrap, Hound will comment on any JavaScript style violations in-line, like this: ![screenshot](https://images.thoughtbot.com/hound/javascript-example.png) If you update the pull request to adopt a suggestion, the comment will be hidden. It leaves the existing linting done by Grunt + Travis. Hound is free for open source projects and is open source itself: https://github.com/thoughtbot/hound
1 parent a482ddb commit d53525c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.hound.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
java_script:
2+
config_file: js/.jshintrc
3+
enabled: true
4+
scss:
5+
enabled: false

0 commit comments

Comments
 (0)