We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb54a8a commit 8b6b052Copy full SHA for 8b6b052
.eslintrc.yaml
@@ -38,6 +38,7 @@ rules:
38
"@typescript-eslint/explicit-function-return-type": "off"
39
"@typescript-eslint/explicit-module-boundary-types": "error"
40
"@typescript-eslint/method-signature-style": ["error", "property"]
41
+ "@typescript-eslint/no-floating-promises": error
42
"@typescript-eslint/no-invalid-void-type": error
43
# We're disabling the `no-namespace` rule to use a pattern of defining an interface,
44
# and then defining functions that operate on that data via namespace. This is helpful for
0 commit comments