jscs-config-dev
v1.0.1
Published
A shareable configuration package for jscs
Downloads
37
Maintainers
Readme
jscs-config-dev
jscs-config-dev is a shareable configuration package for jscs.
Install
Add jscs and jscs-config-dev to your project:
npm install --save-dev jscs jscs-config-dev
Then, add this configuration to your package.json
:
{
"jscsConfig": {
"extends": "dev"
}
}