Stricter tslint rules (#9352)

This commit is contained in:
Amir Omidi
2020-03-06 13:06:44 -08:00
committed by GitHub
parent f3a255a7f7
commit 20f7670b32
16 changed files with 44 additions and 32 deletions

View File

@@ -11,7 +11,7 @@
],
"rules": {
"@typescript-eslint/no-floating-promises": [
"warn",
"error",
{
"ignoreVoid": true
}