jscs-cappuccino
v1.1.0
Published
jscs plugin that provides a preset for Cappuccino
Maintainers
Readme
jscs-cappuccino
A plugin that provides jscs with a cappuccino code style preset.
Installation
First you need to install jscs:
$ npm install -g jscsNext, install jscs-cappuccino:
$ npm install jscs-cappuccino --save-devFinally, add a .jscsrc file to your project root (if you don't have one already) and add the following items:
{
"plugins": ["jscs-cappuccino"],
"preset": "cappuccino"
}