1.0.2 • Published 9 years ago

jscs-preset-bonita v1.0.2

Weekly downloads
41
License
GPL-2.0
Repository
github
Last release
9 years ago

Bonita BPM Javascript Coding Style

Bonita BPM enforces Javascript coding style through the use of JSCS.

This packages provides a "Bonita BPM" preset.

Installation

  1. Install JSCS:
  2. Install jscs-preset-bonita;
  3. Create a .jscsrc where you need it;
  4. Set "preset" property to "bonita":
{
    "preset": "bonita"
}

Note: Currently jscs-preset-bonita needs to be installed locally in the project, with npm install jscs-preset-bonita. There is a PR (https://github.com/jscs-dev/node-jscs/pull/1807) to allow global node modules (so it can be installed only once with npm install -g jscs-preset-bonita).

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago