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