Skip to content

A plugin that provides jscs with a "cappuccino" code style preset

License

Notifications You must be signed in to change notification settings

cappuccino/jscs-cappuccino

Repository files navigation

jscs-cappuccino

NPM version Build Status Dependencies status

A plugin that provides jscs with a cappuccino code style preset.

Installation

First you need to install jscs:

$ npm install -g jscs

Next, install jscs-cappuccino:

$ npm install jscs-cappuccino --save-dev

Finally, 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"
}

About

A plugin that provides jscs with a "cappuccino" code style preset

Resources

License

Stars

Watchers

Forks

Packages

No packages published