mirror of
https://github.com/gregory-jagermeister/Fantasy-Content-Generator.git
synced 2026-07-22 07:30:31 +00:00
added es-lint line
This commit is contained in:
parent
9780ecfc74
commit
69d75e3732
1 changed files with 1 additions and 0 deletions
1
modal.ts
1
modal.ts
|
|
@ -273,6 +273,7 @@ export class GeneratorModal extends Modal {
|
|||
}));
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
generatorCustomSettings(settingsdiv: HTMLElement, genAmount: number, generatorFunction: (settings ?: any) => string, settings ?: any) {
|
||||
settingsdiv.innerHTML = "";
|
||||
settingsdiv.createEl("h3", { text: "Customise The Generation" });
|
||||
|
|
|
|||
Loading…
Reference in a new issue