@hint/formatter-summary
v3.0.39
Published
The `summary` formatter prints the results of a site analysis in a table with how many errors or warnings a hint has found:
Downloads
104,173
Readme
Summary (@hint/formatter-summary
)
The summary
formatter prints the results of a site analysis in
a table with how many errors or warnings a hint has found:
This package is installed automatically by webhint:
npm install hint --save-dev
To use it, activate it via the .hintrc
configuration file:
{
"connector": {...},
"formatters": ["summary"],
"hints": {
...
},
...
}
Note: The recommended way of running webhint is as a devDependency
of
your project.