stylint-stylish

2.0.2 • Public • Published

stylint-stylish

Stylish formatter for Stylint

NPM Version Build Status Coverage Status

Screenshots

This reporter

vs original:

Original reporter

Usage

To use it, just set reporter to stylint-stylish in the config (.stylintrc) or when calling stylint programatically.

{
  "reporter": "stylint-stylish",
  "noImportant": true,
  "semicolons": {
    "expect": "always",
    "error": true
  }
}

Options

To use options, add a reporterOptions-object to the config

{
  "reporter": "stylint-stylish",
  "reporterOptions": {
    "absolutePath": true
  },
  "noImportant": true,
  "semicolons": {
    "expect": "always",
    "error": true
  }
}

verbose

Type: boolean, default: false

When printing out a violation, print the full line with the violation as well.

absolutePath

Type: boolean, default: false

When printing out a filename, print the absolute path instead of a relative one

ruleName

Type: boolean, default: false

When printing out a violation, Include the name of the rule at the end

/stylint-stylish/

    Package Sidebar

    Install

    npm i stylint-stylish

    Weekly Downloads

    2,968

    Version

    2.0.2

    License

    MIT

    Unpacked Size

    7.74 kB

    Total Files

    4

    Last publish

    Collaborators

    • simenb