From 4517f202b16ed98a68d0c28cf1add0c11b61c186 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Tue, 24 Nov 2020 08:18:15 +0000 Subject: [PATCH] Turn indent warnings off - nobody seems to care about this, and it just stops us seeing actual useful warnings --- apps/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/.eslintrc.json b/apps/.eslintrc.json index b8c5408e3..a9bb785ab 100644 --- a/apps/.eslintrc.json +++ b/apps/.eslintrc.json @@ -136,7 +136,7 @@ }, "rules": { "indent": [ - "warn", + "off", 2, { "SwitchCase": 1