Socket
Socket
Sign inDemoInstall

jshint-loader-reporter

Package Overview
Dependencies
8
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jshint-loader-reporter

Reporter for jshint-loader based on jshint-stylish.


Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Install size
60.0 kB
Created
Weekly downloads
 

Readme

Source

JSHint-Loader Reporter

Based on jshint-stylish by sindresorhus.

Reporters

Default

default reporter

Stylish

stylish reporter

Install

$ npm install --save-dev jshint-loader-reporter

Usage

Webpack
// webpack.config.js 

module.exports = exports = {
  module : {
    preLoaders: [{
      test: /\.js$/,
      exclude: /node_modules/,
      loader: 'jshint'
    }],
  },
  jshint : {
    reporter : require('jshint-loader-reporter')(reporterName)
  }
};

Where:

  • reporterName - (optional) name of reporter (default or stylish)

Keywords

FAQs

Last updated on 30 Sep 2015

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc