diff --git a/.eslintrc.js b/.eslintrc.js index e47ca88d1..ec276b582 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -29,12 +29,12 @@ module.exports = { allowExpressions: true, }, ], - "no-constant-condition": [ - "error", - { - checkLoops: false, - }, - ], + // "no-constant-condition": [ + // "error", + // { + // checkLoops: false, + // }, + // ], "no-empty": [ "off", {