Skip to content

bonitasoft/jscs-preset-bonita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (jscs-dev/node-jscs#1807) to allow global node modules (so it can be installed only once with npm install -g jscs-preset-bonita).