stripe-javascript-style
v1.0.1
Published
Stripe JavaScript Linting Rules
Downloads
90
Readme
Stripe JavaScript Linting Rules
Usage
Add stripe-javascript-style
to your devDependencies
.
> npm install --save-dev stripe-javascript-style
In .jscsrc
:
{
"plugins": ["stripe-javascript-style"],
"preset": "stripe"
}
Under construction
In the meantime, see http://jscs.info/rules.html for reference on the rules we’re using.