diff --git a/.eslintrc.shared.json b/.eslintrc.shared.json index c36494c2f..69d4e1087 100644 --- a/.eslintrc.shared.json +++ b/.eslintrc.shared.json @@ -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",