From 282e1c1973bc8a4c5a45ad3de84b843ce5c8c61c Mon Sep 17 00:00:00 2001 From: akumar Date: Wed, 22 Dec 2021 12:29:40 +0100 Subject: [PATCH] fix: set error instead of number in rule --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index c059a80..f333588 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,7 +16,7 @@ module.exports = { ], "rules": { "@typescript-eslint/adjacent-overload-signatures": "error", - "@typescript-eslint/no-floating-promises": 2, + "@typescript-eslint/no-floating-promises": "error", "@typescript-eslint/naming-convention": [ "error", {