jacany / nosbin

Found // @ts-<directive> comments JS-0295
Anti-pattern
Major
1 occurrence in this check
Do not use "@ts-ignore" because it alters compilation errors
186	}
187
188	public sub(filters: any[], onEvent: (event: Event, isAfterEose: boolean, relayUrl: string | undefined) => void, maxDelayms = 100) {
189		// @ts-ignore190		return this.relays.subscribe(filters, this.getCurrentRelaysInArray(), onEvent, maxDelayms, undefined)
191	}
192}