Skip to content

Commit 8b6b052

Browse files
committed
Enable no-floating-promises rule
1 parent cb54a8a commit 8b6b052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ rules:
3838
"@typescript-eslint/explicit-function-return-type": "off"
3939
"@typescript-eslint/explicit-module-boundary-types": "error"
4040
"@typescript-eslint/method-signature-style": ["error", "property"]
41+
"@typescript-eslint/no-floating-promises": error
4142
"@typescript-eslint/no-invalid-void-type": error
4243
# We're disabling the `no-namespace` rule to use a pattern of defining an interface,
4344
# and then defining functions that operate on that data via namespace. This is helpful for

0 commit comments

Comments
 (0)