0.7.3-r2 • Published 5 years ago

@yodasws/htmllint v0.7.3-r2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

\@yodasws/htmllint npm version

license dependencies devDependencies

An unofficial html5 linter and validator.

htmllint uses a parser to get the DOM for your html. It then uses the provided rules (and default rules) to lint both the DOM and then individual lines.

Using htmllint

This module doesn't provide any interface on its own. If you're using gulp, use the folloiwing module:

Getting Started with Contributing

You can use htmllint in Node.JS by using

require('@yodasws/htmllint')

in your code, and doing an install with

yarn add @yodasws/htmllint

npm