From d09e2a8ec52bfe5549989b55eb13784cdb696312 Mon Sep 17 00:00:00 2001 From: Mephisto5558 <87113906+Mephisto5558@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:29:26 +0100 Subject: [PATCH] enabled a rule that was formerly covered by `eslint-plugin-sonarjs` --- configs/eslint.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/eslint.jsonc b/configs/eslint.jsonc index d4464e2..21188e8 100644 --- a/configs/eslint.jsonc +++ b/configs/eslint.jsonc @@ -184,7 +184,7 @@ "no-empty-static-block": "error", "no-eq-null": "off", // Handled by `unicorn/no-null` "no-eval": "error", - "no-extend-native": "off", + "no-extend-native": "error", "no-extra-bind": "error", "no-extra-boolean-cast": "error", "no-extra-label": "error",