diff --git a/.eslintrc.json b/.eslintrc.json index 92c6251f61..f1aebebc42 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,6 +29,7 @@ "react-hooks/exhaustive-deps": "warn", "no-extra-semi": "off", "prefer-const": "warn", + "jest/expect-expect": "off", "@typescript-eslint/restrict-template-expressions": [ "warn", { "allowBoolean": true } @@ -36,7 +37,7 @@ "@typescript-eslint/unbound-method": "warn", "@typescript-eslint/no-inferrable-types": "warn", "@typescript-eslint/ban-ts-comment": "warn", - "@typescript-eslint/no-floating-promises": "warn", + "@typescript-eslint/no-floating-promises": "off", "@typescript-eslint/no-unsafe-member-access": "warn", "@typescript-eslint/no-unsafe-call": "warn", "@typescript-eslint/no-unsafe-return": "warn",