Add @typescript-eslint/no-base-to-string (#10091)

This commit is contained in:
Michael Telatynski
2023-02-07 10:08:10 +00:00
committed by GitHub
parent 30cc55515e
commit 35d222bac6
10 changed files with 28 additions and 14 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ export class StopGapWidget extends EventEmitter {
// Now open the integration manager
// TODO: Spec this interaction.
const data = ev.detail.data;
const integType = data?.integType;
const integType = data?.integType as string;
const integId = <string>data?.integId;
// noinspection JSIgnoredPromiseFromCall