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-devTo 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.
