@hint/formatter-html
A hint formatter that outputs the issues in an HTML file.
Last updated 5 years ago by sarvaje .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @hint/formatter-html 
SYNC missed versions from official npm registry.

HTML (@hint/formatter-html)

The html formatter outputs the result in a HTML file.

Example output for the html formatter

A new folder hint-report will be created with the results.

This package is installed automatically by webhint:

npm install hint --save-dev

To use it, activate it via the .hintrc configuration file:

{
    "connector": {...},
    "formatters": ["html"],
    "hints": {
        ...
    },
    ...
}

Note: The recommended way of running webhint is as a devDependency of your project.

Current Tags

  • 4.3.14                                ...           latest (4 years ago)

58 Versions

  • 4.3.14                                ...           4 years ago
  • 4.3.13                                ...           4 years ago
  • 4.3.12                                ...           4 years ago
  • 4.3.11                                ...           4 years ago
  • 4.3.10                                ...           4 years ago
  • 4.3.9                                ...           4 years ago
  • 4.3.8                                ...           4 years ago
  • 4.3.7                                ...           4 years ago
  • 4.3.6                                ...           4 years ago
  • 4.3.5                                ...           4 years ago
  • 4.3.4                                ...           4 years ago
  • 4.3.3                                ...           5 years ago
  • 4.3.2                                ...           5 years ago
  • 4.3.1                                ...           5 years ago
  • 4.3.0                                ...           5 years ago
  • 4.2.4                                ...           6 years ago
  • 4.2.3                                ...           6 years ago
  • 4.2.2                                ...           6 years ago
  • 4.2.1                                ...           6 years ago
  • 4.2.0                                ...           6 years ago
  • 4.1.13                                ...           6 years ago
  • 4.1.12                                ...           6 years ago
  • 4.1.11                                ...           6 years ago
  • 4.1.10                                ...           6 years ago
  • 4.1.9                                ...           6 years ago
  • 4.1.8                                ...           7 years ago
  • 4.1.7                                ...           7 years ago
  • 4.1.6                                ...           7 years ago
  • 4.1.5                                ...           7 years ago
  • 4.1.4                                ...           7 years ago
  • 4.1.3                                ...           7 years ago
  • 4.1.2                                ...           7 years ago
  • 4.1.1                                ...           7 years ago
  • 4.1.0                                ...           7 years ago
  • 4.0.3                                ...           7 years ago
  • 4.0.2                                ...           7 years ago
  • 4.0.1                                ...           7 years ago
  • 4.0.0                                ...           7 years ago
  • 3.2.1                                ...           7 years ago
  • 3.2.0                                ...           7 years ago
  • 3.1.0                                ...           7 years ago
  • 3.0.1                                ...           7 years ago
  • 3.0.0                                ...           7 years ago
  • 2.0.2                                ...           7 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.1.2                                ...           7 years ago
  • 1.1.1                                ...           7 years ago
  • 1.1.0                                ...           7 years ago
  • 1.0.8                                ...           7 years ago
  • 1.0.7                                ...           8 years ago
  • 1.0.6                                ...           8 years ago
  • 1.0.5                                ...           8 years ago
  • 1.0.4                                ...           8 years ago
  • 1.0.3                                ...           8 years ago
  • 1.0.2                                ...           8 years ago
  • 1.0.1                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (8)
Dev Dependencies (19)

Copyright 2013 - present © cnpmjs.org | Home |