mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-04 21:53:14 +00:00
chore: lint
This commit is contained in:
parent
f1279666b5
commit
4717e035ee
173 changed files with 1388 additions and 1627 deletions
|
|
@ -1,7 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
/* global CloudCmd */
|
||||
|
||||
CloudCmd.CommandLine = exports;
|
||||
|
||||
const Dialog = require('../dom/dialog');
|
||||
|
|
@ -34,6 +33,4 @@ async function show() {
|
|||
}
|
||||
}
|
||||
|
||||
function hide() {
|
||||
}
|
||||
|
||||
function hide() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue