From 2fcda26710cd97b266382e418b10d9f816d0ac66 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 28 Dec 2023 15:12:16 +0000 Subject: [PATCH] Use spaces instead of tabs --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 957dfcb..6b391e4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -18,7 +18,7 @@ "rules": { "indent": [ "error", - "tab" + 4 ], "linebreak-style": [ "error",