From ecbd2bdc4ec3c0dddf3dc748a3a11e600a7ae259 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 13 Sep 2023 02:02:42 -0400 Subject: [PATCH] Update ESLint File --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 464674a..5a9ec37 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,7 +16,7 @@ "curly": ["error", "multi-line", "consistent"], "dot-location": ["error", "property"], "handle-callback-err": "off", - "indent": ["error", "tab"], + "indent": ["error", 4], "keyword-spacing": "error", "max-nested-callbacks": ["error", { "max": 4 }], "max-statements-per-line": ["error", { "max": 2 }],