From cd7eb664695359a20ac41ddde18f26ad98efd9bc Mon Sep 17 00:00:00 2001 From: Mara Date: Tue, 24 May 2022 01:35:22 +0200 Subject: [PATCH] style: adding lint indentation --- .eslintrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 08072905..ea71fc06 100644 --- a/.eslintrc +++ b/.eslintrc @@ -18,6 +18,7 @@ "@typescript-eslint/no-unused-vars": ["error", { "args": "none" }], "@typescript-eslint/ban-ts-comment": "off", "no-prototype-builtins": "off", - "@typescript-eslint/no-empty-function": "off" + "@typescript-eslint/no-empty-function": "off", + "indent": ["error", "tab"] } - } \ No newline at end of file + }