jscs-config-dev

A shareable configuration package for jscs


Keywords
jscsconfig, jscs-config, javascript, js, config, dev, development, web, web-development, webdev, webdevelopment
License
CC0-1.0
Install
npm install jscs-config-dev@1.0.1

Documentation

jscs-config-dev JSCS Logo

NPM Version Build Status Licensing

jscs-config-dev is a shareable configuration package for jscs.

Install

Add jscs and jscs-config-dev to your project:

npm install --save-dev jscs jscs-config-dev

Then, add this configuration to your package.json:

{
  "jscsConfig": {
    "extends": "dev"
  }
}