Skip to content

Commit e686db0

Browse files
committed
add no misused promises rule
1 parent 00911c6 commit e686db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.shared.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"@typescript-eslint/naming-convention": "off",
1111
"@typescript-eslint/no-floating-promises": "warn",
1212
"@typescript-eslint/semi": "warn",
13+
"@typescript-eslint/no-misused-promises": "error",
1314
"curly": "warn",
1415
"eqeqeq": "warn",
1516
"no-throw-literal": "warn",

0 commit comments

Comments
 (0)