jscs-preset-pentaho
v1.0.3
Published
JSCS preset for Pentaho
Downloads
10
Readme
Pentaho Javascript Coding Style
Pentaho enforces Javascript coding style through the use of JSCS.
This packages provides a "pentaho" preset.
Installation
- Install JSCS:
- Install jscs-preset-pentaho;
- Create a .jscsrc where you need it;
- Set "preset" property to "pentaho":
{
"preset": "pentaho"
}
Note: Currently jscs-preset-pentaho needs to be installed locally in the project, with npm install jscs-preset-pentaho
. 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-pentaho
).