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