From d3709091b3d4d7ee02c69469f4af221fe1609a82 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 9 Jun 2016 17:02:50 -0400 Subject: [PATCH] Remove the no-unmodified-loop-condition --- eslintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/eslintrc b/eslintrc index d7a9cba..fcc4bb9 100644 --- a/eslintrc +++ b/eslintrc @@ -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" ],