From 2f9c48b9278ee47ef7ff5b63f756e155369c9b3a Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Wed, 1 Mar 2023 23:48:36 +0500 Subject: [PATCH] rule for formatter --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index d752175..1c93f53 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,6 +17,7 @@ "@typescript-eslint/no-explicit-any": "error", "@typescript-eslint/ban-ts-comment": "error", "semi": "error", - "no-console": "error" + "no-console": "error", + "no-mixed-spaces-and-tabs": "off" } } \ No newline at end of file