add grunt task for running jscs checks
usage: "grunt jscs" https://github.com/jscs-dev/grunt-jscs/
Gruntfile.js
0 → 100644
... | ... | @@ -24,6 +24,8 @@ |
}, | ||
"homepage": "https://github.com/owncloud/mail", | ||
"devDependencies": { | ||
"grunt-jscs": "^1.8.0", | ||
"jscs-jsdoc": "^1.0.1", | ||
"jshint": "^2.7.0", | ||
"jsxhint": "^0.14.0" | ||
} | ||
... | ... |
Please register or sign in to comment