New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jscs-stylish

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscs-stylish

A JSCS reporter inspired by jshint-stylish

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
269
15.95%
Maintainers
1
Weekly downloads
 
Created
Source

A Stylish JSCS Reporter

This is a reporter for the JSCS JavaScript Code style checker, modeled on the jshint-stylish reporter for JSHint.

JSCS-Stylish reporter output

Install

npm install --save-dev jscs-stylish

Usage

Example usage within the configuration block for grunt-jscs-checker:

jscs: {
    options: {
        config: '.jscsrc',
        // `reporter` requires a directory path string argument:
        // the .path property contains the path to the reporter module
        reporter: require( 'jscs-stylish' ).path
    },
    all: {
        src: [ js/**/*.js ]
    }
}

License

© K.Adam White 2014, released under the MIT License

FAQs

Package last updated on 21 Nov 2014

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