diff --git a/.eslintrc.js b/.eslintrc.js index 77f418b4..712ceb7e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -33,6 +33,7 @@ module.exports = { }, ], '@typescript-eslint/no-use-before-define': 'off', + 'no-constant-condition': 'off', 'no-inner-declarations': 'off', 'prettier/prettier': 'error', },