Skip to content
forked from htmllint/htmllint

Unofficial html5 linter and validator.

License

Notifications You must be signed in to change notification settings

YodasWs/htmllint

 
 

Repository files navigation

@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

Packages

No packages published

Languages

  • JavaScript 99.8%
  • HTML 0.2%