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

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Manu Mtz.-Almeida
2018-09-14 00:50:44 +02:00
gitea-unlock(16/)
parent 127da1ac79
commit 6e5c035b39
octicon-diff(16/tw-mr-1) 26 changed files with 18 additions and 45 deletions

1
core/src/utils/input-shims/hacks/scroll-assist.ts
View File

@@ -64,7 +64,6 @@ function jsSetFocus(
inputEl.focus();
// scroll the input into place
// tslint:disable-next-line:no-floating-promises
contentEl.scrollByPoint(0, scrollData.scrollAmount, scrollData.scrollDuration).then(() => {
// the scroll view is in the correct position now
// give the native text input focus