htmlhint

WebJar for htmlhint

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

htmlhint
Last Version

Last Version

0.10.1
Release Date

Release Date

Type

Type

jar
Description

Description

htmlhint
WebJar for htmlhint
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/htmlhint/HTMLHint

Download htmlhint

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/htmlhint/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>htmlhint</artifactId>
    <version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/htmlhint/
implementation 'org.webjars.npm:htmlhint:0.10.1'
// https://jarcasting.com/artifacts/org.webjars.npm/htmlhint/
implementation ("org.webjars.npm:htmlhint:0.10.1")
'org.webjars.npm:htmlhint:jar:0.10.1'
<dependency org="org.webjars.npm" name="htmlhint" rev="0.10.1">
  <artifact name="htmlhint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='htmlhint', version='0.10.1')
)
libraryDependencies += "org.webjars.npm" % "htmlhint" % "0.10.1"
[org.webjars.npm/htmlhint "0.10.1"]

Dependencies

compile (12)

Group / Artifact Type Version
org.webjars.npm : xml jar [1.0.1]
org.webjars.npm : snyk jar [1.94.0,2)
org.webjars.npm : strip-json-comments jar [2.0.1]
org.webjars.npm : parse-glob jar [3.0.4]
org.webjars.npm : path-parse jar [1.0.6]
org.webjars.npm : request jar [2.88.0]
org.webjars.npm : async jar [2.6.1]
org.webjars.npm : glob jar [7.1.3]
org.webjars.npm : commander jar [2.17.1]
org.webjars.npm : colors jar [1.3.2]
org.webjars.npm » csslint Optional jar [1.0.5,2)
org.webjars.npm : jshint Optional jar [2.9.6,3)

Project Modules

There are no modules declared in this project.


Logo HTMLHint
HTMLHint

The static code analysis tool you need for your HTML.

Travis Build Status Codecov NPM count MIT Licence Chat Chat

  How To Use โ€ข Contributing โ€ข Website

Table of Contents

๐Ÿ“Ÿ Installation and Usage

Prerequisites: Node.js (>=6.14), npm version 3+.

There are two ways to install HTMLHint: globally and locally.

Local Installation and Usage

In case you want to include HTMLHint as part of your project, you can install it locally using NPM:

$ npm install htmlhint --save-dev

After that, You can run HTMLHint on any file or directory like this:

$ ./node_modules/.bin/htmlhint www/index.html
$ ./node_modules/.bin/htmlhint www/**/*.html

Global Installation and Usage

If you want to make HTMLHint available to tools that run across all of your projects, you can install HTMLHint globally using NPM:

$ npm install htmlhint -g

After that, you can run HTMLHint on any file like this:

$ htmlhint www/index.html
$ htmlhint www/**/*.html

You can even launch HTMLHint to analyse an URL:

$ htmlhint https://htmlhint.com/

๐Ÿ“ƒ Example output

๐Ÿ”ง Configuration

Search .htmlhintrc file in current directory and all parent directories:

$ htmlhint
$ htmlhint test.html

Custom config file:

$ htmlhint --config htmlhint.conf test.html

Custom rules:

$ htmlhint --rules tag-pair,id-class-value=underline index.html

Inline rules in test.html:

<!--htmlhint tag-pair,id-class-value:underline -->
<html>
<head>
...

๐Ÿ“™ Docs

  1. How to use
  2. All Rules
  3. How to Develop

ยฉ License

MIT License

๐Ÿ’ช๐Ÿป Contributors

This project exists thanks to all these people. Contribute.

๐Ÿ… Backers

Thank you to all our backers! Become a backer.

๐ŸŽ– Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor.

org.webjars.npm

HTMLHint

The static code analysis tool you need for your HTML

Versions

Version
0.10.1