Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

jtheriault/code-copter-analyzer-jshint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Analyzer plugin for code-copter which uses JSHint

Resources

License

Stars

Watchers

Forks

Packages

No packages published