disable the useless no-unmodified-loop-condition rule
This commit is contained in:
parent
f44ed87646
commit
b9c6be1676
|
@ -214,7 +214,7 @@ rules:
|
||||||
no-undefined: [0]
|
no-undefined: [0]
|
||||||
no-underscore-dangle: [0]
|
no-underscore-dangle: [0]
|
||||||
no-unexpected-multiline: [2]
|
no-unexpected-multiline: [2]
|
||||||
no-unmodified-loop-condition: [1]
|
no-unmodified-loop-condition: [0]
|
||||||
no-unneeded-ternary: [2]
|
no-unneeded-ternary: [2]
|
||||||
no-unreachable: [2]
|
no-unreachable: [2]
|
||||||
no-unsafe-finally: [2]
|
no-unsafe-finally: [2]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user