mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore: lint
This commit is contained in:
parent
b28a070a28
commit
5c19ddba61
14 changed files with 33 additions and 8 deletions
|
|
@ -55,6 +55,7 @@ export const columns = (type, overrides = {}) => {
|
|||
} = overrides;
|
||||
|
||||
const addQuotes = (a) => `"${a}"`;
|
||||
|
||||
const all = Object
|
||||
.keys(getColumns())
|
||||
.concat('');
|
||||
|
|
@ -75,6 +76,7 @@ export const theme = (type, overrides = {}) => {
|
|||
} = overrides;
|
||||
|
||||
const addQuotes = (a) => `"${a}"`;
|
||||
|
||||
const all = Object
|
||||
.keys(getThemes())
|
||||
.concat('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue