From 028863dd08b52c3177cf30df37681406ec2f02a5 Mon Sep 17 00:00:00 2001 From: Bardi Harborow <bardi@bardiharborow.com> Date: Sat, 15 Jul 2017 09:25:13 +0000 Subject: [PATCH] Fall back to ESLint v3 indentation behaviour. --- js/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/.eslintrc.json b/js/.eslintrc.json index 69b361045b..8f79cbaa2c 100644 --- a/js/.eslintrc.json +++ b/js/.eslintrc.json @@ -141,7 +141,8 @@ "id-blacklist": "error", "id-length": "off", "id-match": "error", - "indent": ["error", 2, { "SwitchCase": 1 }], + "indent": "off", + "indent-legacy": ["error", 2, { "SwitchCase": 1 }], "jsx-quotes": "error", "key-spacing": "off", "keyword-spacing": "error", -- GitLab