infra: enable no-mixed-spaces-and-tabs eslint rule (#3285)

This commit is contained in:
Alexandr Garbuzov 2023-10-13 22:25:34 +03:00 committed by GitHub
parent b753d49158
commit cd9698bea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,7 +193,7 @@
// "no-continue": "off",
// "no-inline-comments": "off",
// "no-lonely-if": "warn",
// "no-mixed-spaces-and-tabs": "warn",
"no-mixed-spaces-and-tabs": "warn",
"no-multiple-empty-lines": "warn",
// "no-negated-condition": "off",
// "no-nested-ternary": "warn",