From 9b1c4128d89ca74e6df3d64648da641a69c11431 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 15 Sep 2024 06:44:39 -0700 Subject: [PATCH] chore(js): disable react/no-is-mounted rule --- web/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/.eslintrc.js b/web/.eslintrc.js index 425655d84..251e68312 100644 --- a/web/.eslintrc.js +++ b/web/.eslintrc.js @@ -27,6 +27,7 @@ module.exports = { 'react/prop-types': 0, 'react/react-in-jsx-scope': 'off', 'react/require-default-props': 'off', + 'react/no-is-mounted': 'off', 'react/jsx-filename-extension': [ 1, {