From 58933c4cd11921a1987955112588ce008e15347f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 5 Aug 2020 22:32:13 -0400 Subject: [PATCH] feat: allow multiple empty lines --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 91d40d2486..ff033cda50 100644 --- a/.eslintrc +++ b/.eslintrc @@ -121,7 +121,7 @@ // "comma-spacing": "off", // "no-trailing-spaces": "off", // "key-spacing": "off", - // "no-multiple-empty-lines": "off", + "no-multiple-empty-lines": "off" // "spaced-comment": "off", // "space-in-parens": "off", // "block-spacing": "off",