@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:
Last updated 4 years ago by vidorteg .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @hint/formatter-summary 
SYNC missed versions from official npm registry.

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:

Example output for the summary formatter

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.

Current Tags

  • 3.0.36                                ...           latest (4 years ago)

44 Versions

  • 3.0.36                                ...           4 years ago
  • 3.0.35                                ...           4 years ago
  • 3.0.34                                ...           4 years ago
  • 3.0.33                                ...           4 years ago
  • 3.0.32                                ...           4 years ago
  • 3.0.31                                ...           4 years ago
  • 3.0.30                                ...           4 years ago
  • 3.0.29                                ...           4 years ago
  • 3.0.28                                ...           4 years ago
  • 3.0.27                                ...           4 years ago
  • 3.0.26                                ...           4 years ago
  • 3.0.25                                ...           5 years ago
  • 3.0.24                                ...           5 years ago
  • 3.0.23                                ...           5 years ago
  • 3.0.22                                ...           5 years ago
  • 3.0.21                                ...           6 years ago
  • 3.0.20                                ...           6 years ago
  • 3.0.19                                ...           6 years ago
  • 3.0.18                                ...           6 years ago
  • 3.0.17                                ...           6 years ago
  • 3.0.16                                ...           6 years ago
  • 3.0.15                                ...           6 years ago
  • 3.0.14                                ...           6 years ago
  • 3.0.13                                ...           6 years ago
  • 3.0.12                                ...           7 years ago
  • 3.0.11                                ...           7 years ago
  • 3.0.10                                ...           7 years ago
  • 3.0.9                                ...           7 years ago
  • 3.0.8                                ...           7 years ago
  • 3.0.7                                ...           7 years ago
  • 3.0.6                                ...           7 years ago
  • 3.0.5                                ...           7 years ago
  • 3.0.4                                ...           7 years ago
  • 3.0.3                                ...           7 years ago
  • 3.0.2                                ...           7 years ago
  • 3.0.1                                ...           7 years ago
  • 3.0.0                                ...           7 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.0.3                                ...           7 years ago
  • 1.0.2                                ...           8 years ago
  • 1.0.1                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
  • 1.0.0-beta.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 7
This Month 34
Last Day 2
Last Week 27
Last Month 0
Dependencies (9)
Dev Dependencies (15)

Copyright 2013 - present © cnpmjs.org | Home |