[1]: https://www.npmjs.org/package/jscs
"Style checking" means "Automated style checkers such as jscs"
jshint is a static code analysis tool to identify and flag errors/potential errors in JS code. jscs is purely a style checker.