From f156d807c4facb3e3856e09273b72d7add815fee Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 13:09:56 +0400 Subject: fix(eslint): Rule "no-mixed-spaces-and-tabs" Signed-off-by: Valentin Popov --- src/rules/javascript/default.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/rules/javascript/default.json b/src/rules/javascript/default.json index 8f30d7e..91d936f 100644 --- a/src/rules/javascript/default.json +++ b/src/rules/javascript/default.json @@ -292,8 +292,7 @@ } ], "no-mixed-spaces-and-tabs": [ - "error", - "smart-tabs" + "error" ], "no-multi-spaces": [ "error", -- cgit v1.2.3