This coding style is based on the airbnb style preset which ships with jscs but with a few tweaks.
This packages provides a "mallzee" preset for use in your projects.
-
Install the npm packages required to style check your code
npm install --save-dev jscs jscs-preset-mallzee
-
Create a .jscsrc in the root of your project
-
Set "preset" property to "mallzee"
{
"preset": "mallzee"
}