fix line length, run jscs & jshint in precommit

This commit is contained in:
Dan Cech
2017-12-28 16:35:13 -05:00
parent 3ddb65fc8b
commit da9e1a7e98
2 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,8 @@ module.exports = function(grunt) {
]);
grunt.registerTask('precommit', [
'jscs',
'jshint',
'sasslint',
'exec:tslint',
'no-only-tests'