From a5036c8381c42e29f899954e4d42efb738415605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 8 Feb 2024 22:32:39 +0100 Subject: [PATCH] feat: add `promise/no-multiple-resolved` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index cedb1a6..38929e8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -177,6 +177,7 @@ "promise/param-names": "error", "promise/no-new-statics": "error", + "promise/no-multiple-resolved": "error", "unicorn/better-regex": "error", "unicorn/catch-error-name": "error",