Skip to content

jlepinski/htmllint

This branch is 13 commits behind htmllint/htmllint:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 18, 2018
Jan 29, 2019
Jan 29, 2019
Mar 25, 2016
Feb 12, 2018
Dec 15, 2018
Mar 11, 2017
Dec 15, 2018
Aug 29, 2014
Dec 15, 2018
Jul 4, 2016
Aug 26, 2017
Dec 15, 2018
Dec 15, 2018
Feb 6, 2015

Repository files navigation

htmllint npm version license build status coveralls

stories in ready 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. Take a look at the supported options.

Using htmllint

If you'd like to run htmllint, we have a few options.

This module doesn't provide any interface on its own. It is highly recommended that you use one of the following modules to run the linter:

Getting Started with Contributing

You can use htmllint in Node.JS by using

require('htmllint')  

in your code, and doing an install with

npm install htmllint

(Remember --save-dev if this is just for your development).

Now What?

To learn more about the options and usage of htmllint, check out the user manual.

npm

About

Unofficial html5 linter and validator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • HTML 0.1%