From 846aae9f98366bd4fb1db720f367f4764955ac78 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 17 Aug 2017 10:03:36 -0700 Subject: [PATCH] eslintrc: indent is making eslint crash. --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index fd6d45926..dc2f6a3e7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -26,7 +26,7 @@ "null": "ignore" }], "func-name-matching": "error", - "indent": ["error", 2, { + "indent": ["off", 2, { "SwitchCase": 1, "CallExpression": { "arguments": "off"