From 5ddf04c8826608c3d64f2ecf17da9c9495698d3f Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 21 Jun 2018 22:58:56 -0600 Subject: [PATCH] Change tab rule to spaces --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 5e9b45b6..612da123 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,7 +7,7 @@ "rules": { "indent": [ "error", - "tab", + 4, { "SwitchCase" : 1 }