@hint/formatter-html
v4.3.17
Published
A hint formatter that outputs the issues in an HTML file.
Downloads
100,890
Readme
HTML (@hint/formatter-html
)
The html
formatter outputs the result in a HTML file.
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.