From eab075e2914d9617518b56eb8e374ecce39665b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 18 Jul 2023 21:43:06 +0200 Subject: [PATCH] feat: add `unicorn/explicit-length-check` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 0f2b415..8d87d5f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -180,6 +180,7 @@ "unicorn/custom-error-definition": "error", "unicorn/error-message": "error", "unicorn/escape-case": "error", + "unicorn/explicit-length-check": "error", "unicorn/new-for-builtins": "error", "unicorn/no-hex-escape": "error", "unicorn/no-instanceof-array": "error",