@hint/formatter-codeframe
@hint/formatter-codeframe
npm i @hint/formatter-codeframe
@hint/formatter-codeframe

@hint/formatter-codeframe

💡 A hinting engine for the web

by webhintio

3.1.34 (see all)License:Apache-2.0TypeScript:Built-In
npm i @hint/formatter-codeframe
Readme

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": {
        ...
    },
    ...
}
No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate