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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",