From 3ccc92c317219603b5ef1a6dafd1ea5b503fe17c Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 15 Sep 2024 13:01:48 -0700 Subject: [PATCH] chore(tests): disable no-plusplus rule in js linter --- web/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/.eslintrc.js b/web/.eslintrc.js index 251e68312..ed8e038ff 100644 --- a/web/.eslintrc.js +++ b/web/.eslintrc.js @@ -52,6 +52,7 @@ module.exports = { 'no-shadow': 'off', '@typescript-eslint/no-shadow': ['error'], 'no-restricted-exports': 'off', + 'no-plusplus': 'off', 'react/jsx-no-target-blank': [ 1, {