@yodasws/htmllint

0.7.3-r2 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @yodasws/htmllint

Weekly Downloads

1

Version

0.7.3-r2

License

ISC

Unpacked Size

103 kB

Total Files

78

Last publish

Collaborators

  • yodasws