1.0.0 • Published 9 years ago
jscs-config-allenmoore v1.0.0
JSCS Config AllenMoore
JSCS shareable config
Installation
npm install jscs jscs-config-allenmoore --save-devUsage
JSCS shareable config
In package.json:
{
"scripts": {
"lint": "jscs ."
},
"devDependencies": {
"jscs": "",
"jscs-config-allenmoore": ""
},
"jscsConfig": {
"preset": "allenmoore"
}
}Or:
{
"scripts": {
"lint": "jscs -p allenmoore ."
},
"devDependencies": {
"jscs": "",
"jscs-config-allenmoore": ""
}
}Or, in .jscsrc:
{
"preset": "allenmoore"
}Then lint:
npm run lint1.0.0
9 years ago
