Enforce styles and conventions with Hound #67
Labels
discussion
Used for marking an issue that is only meant as a location for discussion
enhancement
New feature or request
houndci.com adds automatic checks to pull requests for code warnings & styles. JSHint is one that is turned on by default.
If we want to customize JSHint, we need to add a file
.hound.yml
and specify parameters as specified here and here.We may also be able to enforce styles by using JSCS (or, it looks like JSCS has merged with ESLint which is also supported by Hound)
The text was updated successfully, but these errors were encountered: