add no misused promises rule
This commit is contained in:
parent
00911c6055
commit
e686db0571
|
@ -10,6 +10,7 @@
|
|||
"@typescript-eslint/naming-convention": "off",
|
||||
"@typescript-eslint/no-floating-promises": "warn",
|
||||
"@typescript-eslint/semi": "warn",
|
||||
"@typescript-eslint/no-misused-promises": "error",
|
||||
"curly": "warn",
|
||||
"eqeqeq": "warn",
|
||||
"no-throw-literal": "warn",
|
||||
|
|
Loading…
Reference in New Issue