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, {