Eslint
This commit is contained in:
parent
fa263732c3
commit
f81ad4c57c
1 changed files with 3 additions and 3 deletions
|
|
@ -16,10 +16,10 @@ const appArgv = (cfg) => {
|
|||
// init
|
||||
const parseDefault = (key, _default) => {
|
||||
if (Object.prototype.hasOwnProperty.call(cfg, key)) {
|
||||
return cfg[key]
|
||||
return cfg[key];
|
||||
} else
|
||||
return _default
|
||||
}
|
||||
return _default;
|
||||
};
|
||||
|
||||
const argv = yargs.parserConfiguration({
|
||||
'duplicate-arguments-array': true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue