This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Bootstrap
Watch
0
Star
0
Fork
0
You've already forked Bootstrap
mirror of
https://github.com/twbs/bootstrap.git
synced
2024-12-13 01:08:58 +01:00
Code
Issues
Actions
Packages
Releases
Activity
824b6d35f5
Bootstrap
/
.hound.yml
6 lines
79 B
YAML
Raw
Normal View
History
Unescape
Escape
Fix Hound's JS config Per https://github.com/twbs/bootstrap/pull/17997#discussion_r42564175 ; thanks @vsn4ik ! Refs #17769 /fyi @croaky [ci skip]
2015-10-21 00:57:11 +02:00
javascript
:
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
2015-10-04 07:45:37 +02:00
config_file
:
js/.jshintrc
enabled
:
true
scss
:
enabled
:
false
Reference in New Issue
Copy Permalink