From a69b592152b4bb678bca2d2a6cc47081ec825b30 Mon Sep 17 00:00:00 2001 From: Navy Date: Wed, 30 Sep 2020 19:21:06 +0300 Subject: [PATCH] comme out some dumb rule --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 04b8bad..175bb3d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -101,7 +101,7 @@ "no-invalid-this": "warn", "no-iterator": "warn", "no-label-var": "warn", - "no-labels": "warn", + // "no-labels": "warn", "no-lone-blocks": "warn", "no-loop-func": "warn", "no-mixed-requires": "warn",