From cd9698bea5e9edd7525e4e6c696f91d427b2a1b6 Mon Sep 17 00:00:00 2001 From: Alexandr Garbuzov Date: Fri, 13 Oct 2023 22:25:34 +0300 Subject: [PATCH] infra: enable no-mixed-spaces-and-tabs eslint rule (#3285) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 92319dc..0236a06 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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",