chore(cloudcmd) lint

This commit is contained in:
coderaiser 2022-04-22 14:25:58 +03:00
parent 46a84c54ea
commit 6e4667aa85
4 changed files with 4 additions and 1 deletions

View file

@ -225,6 +225,7 @@ function initConfig(options) {
return config;
const names = Object.keys(options);
for (const name of names) {
const isConfig = Boolean(config[name]);
const item = options[name];