tech(typescript): added tslint to default task

This commit is contained in:
Torkel Ödegaard
2015-09-11 08:00:13 +02:00
parent d4a701aad0
commit 166a3c4d64
3 changed files with 9 additions and 9 deletions

View File

@ -6,6 +6,7 @@ module.exports = function(grunt) {
grunt.registerTask('default', [
'jscs',
'jshint',
'tslint',
'clean:gen',
'copy:public_to_gen',
'css',