1.0.7 • Published 9 years ago

code-copter-analyzer-jscs v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
9 years ago

JSCS Analyzer for Code-Copter

Build Status

Summary

Analyzer plugin for code-copter which uses JSCS.

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-jscs

Configuration

spec/code-style.spec.js

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

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

describe('Code Style', codeCopter);
1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago