diff --git a/.eslintrc b/.eslintrc index bcfa68e3..af770b7a 100644 --- a/.eslintrc +++ b/.eslintrc @@ -214,7 +214,7 @@ rules: no-undefined: [0] no-underscore-dangle: [0] no-unexpected-multiline: [2] - no-unmodified-loop-condition: [1] + no-unmodified-loop-condition: [0] no-unneeded-ternary: [2] no-unreachable: [2] no-unsafe-finally: [2]