mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[plugin-helpers/eslint] remove unused vars
This commit is contained in:
parent
3a6be3580c
commit
d2df52a68a
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ program
|
|||
.command('test')
|
||||
.description('Run the server and browser tests')
|
||||
.on('--help', docs('test/all'))
|
||||
.action(taskRunner(function (command) {
|
||||
.action(taskRunner(function () {
|
||||
run('testAll');
|
||||
}));
|
||||
|
||||
|
@ -79,7 +79,7 @@ program
|
|||
|
||||
program
|
||||
.command('postinstall')
|
||||
.action(taskRunner(function (command) {
|
||||
.action(taskRunner(function () {
|
||||
run('postinstall');
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue