Skip to content

Commit 15f60db

Browse files
committed
fix(grunt): fix wrong tslint vs jshint
1 parent 759dc76 commit 15f60db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/Gruntfile(grunt).js

+2-2
Original file line numberDiff line numberDiff line change
@@ -995,8 +995,8 @@ module.exports = function (grunt) {
995995
'usemin'
996996
]);
997997

998-
grunt.registerTask('default', [<% if(filters.babel) { %>
999-
'newer:tslint',<% } %><% if(filters.ts) { %>
998+
grunt.registerTask('default', [<% if(filters.ts) { %>
999+
'newer:tslint',<% } %><% if(filters.babel) { %>
10001000
'newer:jshint',<% } %>
10011001
'test',
10021002
'build'

0 commit comments

Comments
 (0)