chore(tslint): disable 'no-floating-promises'

This commit is contained in:
Manu Mtz.-Almeida
2018-09-14 00:50:44 +02:00
parent 127da1ac79
commit 6e5c035b39
26 changed files with 18 additions and 45 deletions

View File

@ -42,7 +42,6 @@ export class ViewController {
const element = this.element;
if (element) {
if (this.delegate) {
// tslint:disable-next-line:no-floating-promises
this.delegate.removeViewFromDom(element.parentElement, element);
} else {
element.remove();