From acdc14ee09adb866bf4bad66b1f5e1ad93f6cedd Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Tue, 15 Oct 2024 15:59:37 +0200 Subject: [PATCH] Revert "apply missing rule" This reverts commit 715509fdbdfe3cc9d9e2dabc7a8587bc55b0ddb0. --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 7195bf9c0..2cbc020ed 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -78,7 +78,6 @@ module.exports = { '@eslint-react/dom/no-dangerously-set-innerhtml': 0, // used for for injecting html tags '@eslint-react/no-array-index-key': 0, '@eslint-react/no-unused-class-component-members': 0, // disabled for ".d.ts" files - '@eslint-react/no-leaked-conditional-rendering': 'error', // important ! avoids rendering 0 }, }, { -- GitLab