From 07595ccb56574c20e570176c8a4fc7f2ff8844e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 18 Jul 2023 21:37:00 +0200 Subject: [PATCH] feat: add `unicorn/consistent-destructuring` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index ed49ed6..7383d59 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -175,6 +175,7 @@ "unicorn/better-regex": "error", "unicorn/catch-error-name": "error", + "unicorn/consistent-destructuring": "error", "unicorn/custom-error-definition": "error", "unicorn/error-message": "error", "unicorn/escape-case": "error",