mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Added jslint to default task
This commit is contained in:
parent
c0be4069da
commit
54cc6c73fd
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
module.exports = function(grunt) {
|
||||
grunt.registerTask('default', []);
|
||||
grunt.registerTask('default', ['jshint']);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue