From d89edc07f2e715415159ee2e566022f8f1e2f705 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Thu, 12 Oct 2023 17:54:14 +0300 Subject: [PATCH] infra: enable no-multiple-empty-lines eslint rule (#3262) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6e5c48f..2edbe53 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -194,7 +194,7 @@ // "no-inline-comments": "off", // "no-lonely-if": "warn", // "no-mixed-spaces-and-tabs": "warn", - // "no-multiple-empty-lines": "warn", + "no-multiple-empty-lines": "warn", // "no-negated-condition": "off", // "no-nested-ternary": "warn", // "no-new-object": "warn",