Adds JSCS for gulpfile and scripts

install JSCS globally npm install jscs -g
use `npm run jscs`
This commit is contained in:
Austin Pray
2015-01-23 11:56:39 -06:00
parent 2b39b64909
commit ae62873779
5 changed files with 164 additions and 61 deletions

View File

@@ -18,7 +18,8 @@
],
"scripts": {
"build": "bower install && gulp",
"jshint": "gulp jshint"
"jshint": "gulp jshint",
"jscs": "jscs gulpfile.js assets/scripts/*.js"
},
"engines": {
"node": ">= 0.10.0"