infra: enable no-multiple-empty-lines eslint rule (#3262)

This commit is contained in:
Alexandr Garbuzov
2023-10-12 17:54:14 +03:00
committed by GitHub
parent 1728bb27c1
commit d89edc07f2
+1 -1
View File
@@ -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",