This site uses cookies for analytics. By continuing to browse this site, you agree to this use.

Development flow integration

Development flow integration

webhint can be used at different steps of the development flow. The following are guides that illustrate some of these scenarios and how they can be achieved. If you have another scenario that is not in here, please open an issue in the webhint GitHub repo so we can investigate how to support it.

Basic guides:

In-depth guides:

The recommended way to install webhint for all these scenarios is as a devDependency (npm install hint --save-dev) and that’s what it’s assumed in the guides.