mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
25872c3b11
commit
14d46c007b
2 changed files with 3 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ function CloudCmdProto(DOM) {
|
|||
noCurrent,
|
||||
currentName,
|
||||
} = overrides;
|
||||
|
||||
const refresh = isRefresh;
|
||||
let panelChanged;
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ export const columns = (type, overrides = {}) => {
|
|||
exit = _exit,
|
||||
getColumns = _getColumns,
|
||||
} = overrides;
|
||||
|
||||
const addQuotes = (a) => `"${a}"`;
|
||||
const all = Object
|
||||
.keys(getColumns())
|
||||
|
|
@ -65,6 +66,7 @@ export const theme = (type, overrides = {}) => {
|
|||
exit = _exit,
|
||||
getThemes = _getThemes,
|
||||
} = overrides;
|
||||
|
||||
const addQuotes = (a) => `"${a}"`;
|
||||
const all = Object
|
||||
.keys(getThemes())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue