🚨 Removed linter warnings
This commit is contained in:
parent
24aa6401fb
commit
7cc063712b
5 changed files with 3 additions and 21 deletions
|
@ -51,7 +51,9 @@ let options = {};
|
|||
let optionGroups = {};
|
||||
let parts = {};
|
||||
let versions = {};
|
||||
console.log(Object.keys(patterns));
|
||||
for (let pattern of Object.keys(patterns)) {
|
||||
console.log(pattern);
|
||||
let instance = new patterns[pattern]();
|
||||
let p = pattern.toLowerCase();
|
||||
options[p] = patternOptions(instance.config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue