@hint/formatter-json
webhint formatter that prints the JSON object of the results
Last updated 7 years ago by antross .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @hint/formatter-json 
SYNC missed versions from official npm registry.

JSON (@hint/formatter-json)

The json formatter does a JSON.stringify() of the results. Output is not very user friendly, but it can be useful when using it as input for other tools:

Example output for the json formatter

To use it you will have to install it via npm:

npm install @hint/formatter-json --save-dev

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

And then activate it via the .hintrc configuration file:

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

Current Tags

  • 3.1.33                                ...           latest (4 years ago)

43 Versions

  • 3.1.33                                ...           4 years ago
  • 3.1.32                                ...           4 years ago
  • 3.1.31                                ...           4 years ago
  • 3.1.30                                ...           4 years ago
  • 3.1.29                                ...           4 years ago
  • 3.1.28                                ...           4 years ago
  • 3.1.27                                ...           4 years ago
  • 3.1.26                                ...           4 years ago
  • 3.1.25                                ...           4 years ago
  • 3.1.24                                ...           4 years ago
  • 3.1.23                                ...           4 years ago
  • 3.1.22                                ...           5 years ago
  • 3.1.21                                ...           5 years ago
  • 3.1.20                                ...           5 years ago
  • 3.1.19                                ...           5 years ago
  • 3.1.18                                ...           6 years ago
  • 3.1.17                                ...           6 years ago
  • 3.1.16                                ...           6 years ago
  • 3.1.15                                ...           6 years ago
  • 3.1.14                                ...           6 years ago
  • 3.1.13                                ...           6 years ago
  • 3.1.12                                ...           6 years ago
  • 3.1.11                                ...           6 years ago
  • 3.1.10                                ...           6 years ago
  • 3.1.9                                ...           7 years ago
  • 3.1.8                                ...           7 years ago
  • 3.1.7                                ...           7 years ago
  • 3.1.6                                ...           7 years ago
  • 3.1.5                                ...           7 years ago
  • 3.1.4                                ...           7 years ago
  • 3.1.3                                ...           7 years ago
  • 3.1.2                                ...           7 years ago
  • 3.1.1                                ...           7 years ago
  • 3.1.0                                ...           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.2                                ...           7 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 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (18)

Copyright 2013 - present © cnpmjs.org | Home |