mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 18:02:18 +08:00
tech(typescript): added tslint to default task
This commit is contained in:
@ -6,6 +6,7 @@ module.exports = function(grunt) {
|
||||
grunt.registerTask('default', [
|
||||
'jscs',
|
||||
'jshint',
|
||||
'tslint',
|
||||
'clean:gen',
|
||||
'copy:public_to_gen',
|
||||
'css',
|
||||
|
Reference in New Issue
Block a user