From fcb4c232a73568e1be090c764686a6d60d61f10d Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 25 Dec 2022 17:11:37 +0700 Subject: [PATCH] eslint is kind of dumb about for-loops. --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4501e08..b2af617 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -73,7 +73,7 @@ "function-paren-newline": "off", "generator-star-spacing": "error", "global-require": "off", - "guard-for-in": "error", + "guard-for-in": "warn", "handle-callback-err": "error", "id-blacklist": "error", "id-length": "off",