code-copter-analyzer-jshint

1.0.4 • Public • Published

JSHint Analyzer for Code-Copter

Build Status

Summary

Analyzer plugin for code-copter which uses JSHint.

Usage

This plugin is included with the core Code-Copter package and doesn't need to be installed separately. However if you do install this separately (as a fork or to work around a lag updating the core package), this will take precedence.

Installation

npm install --save-dev code-copter code-copter-analyzer-jshint

Configuration

spec/code-style.spec.js

var codeCopter = require('code-copter');

codeCopter.configure({
    analyzers: {
        jshint: true
    }
});

describe('Code Style', codeCopter);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    1
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i code-copter-analyzer-jshint

Weekly Downloads

1

Version

1.0.4

License

ISC

Last publish

Collaborators

  • jtheriault