@hint/formatter-codeframe
hint formatter that prints the results using the codeframe style
Last updated 7 years ago by alrra .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @hint/formatter-codeframe 
SYNC missed versions from official npm registry.

Codeframe (@hint/formatter-codeframe)

The codeframe formatter shows the results in table format indicating the resource, line and column as well as the part of the code where the error was found (if applicable):

Example output for the codeframe formatter

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

npm install @hint/formatter-codeframe --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": ["codeframe"],
    "hints": {
        ...
    },
    ...
}

Current Tags

  • 3.1.33                                ...           latest (4 years ago)

44 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.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 2
This Month 14
Last Day 0
Last Week 32
Last Month 21
Dependencies (3)
Dev Dependencies (17)

Copyright 2013 - present © cnpmjs.org | Home |