Remove the no-unmodified-loop-condition

This commit is contained in:
Kevin MacMartin 2016-06-09 17:02:50 -04:00
parent d872c0151e
commit d3709091b3

View file

@ -66,7 +66,6 @@
"no-self-compare": [ "warn" ],
"no-sequences": [ "warn" ],
"no-throw-literal": [ "warn" ],
"no-unmodified-loop-condition": [ "warn" ],
"no-unused-expressions": [ "warn" ],
"no-unused-labels": [ "warn" ],
"no-useless-call": [ "warn" ],