tslint: enable no-floating-promises
This commit is contained in:
parent
aab3a0cb1d
commit
460562d485
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
"no-bitwise": false,
|
||||
"interface-over-type-literal": false,
|
||||
"interface-name": false,
|
||||
"no-submodule-imports": false
|
||||
"no-submodule-imports": false,
|
||||
"no-floating-promises": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue