1.2.1 • Published 7 days ago

webhint-formatter-json-object v1.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 days ago

webhint-formatter-json-object

The json-object formatter returns a JSON array 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 object formatter

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

npm install webhint-formatter-json-object --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": ["webhint-formatter-json-object"],
    "hints": {
        ...
    },
    ...
}
1.2.1

7 days ago

1.2.0

2 months ago

1.1.5

5 months ago

1.1.4

6 months ago

1.1.1

9 months ago

1.1.0

10 months ago

1.0.0

12 months ago

1.1.3

8 months ago

1.1.2

9 months ago

0.2.0

12 months ago

0.1.0

1 year ago