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"