disable the useless no-unmodified-loop-condition rule

This commit is contained in:
tophf 2017-12-11 04:46:33 +03:00
parent f44ed87646
commit b9c6be1676

View File

@ -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]