Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@hint/formatter-stylish

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hint/formatter-stylish

webhint formatter that prints the results using the stylish style

Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
21K
-7.86%
Maintainers
2
Weekly downloads
 
Created
Source

Stylish formatter (@hint/formatter-stylish)

The stylish formatter prints the results in table format indicating the resource, line, and column:

Example output for the stylish formatter

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

npm install @hint/formatter-stylish

Note: You can make npm install it as a devDependency using the --save-dev parameter, or to install it globally, you can use the -g parameter. For other options see npm's documentation.

And then activate it via the .hintrc configuration file:

{
    "connector": {...},
    "formatters": "stylish",
    "hints": {
        ...
    },
    ...
}

Keywords

webhint

FAQs

Package last updated on 31 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts