diff --git a/.eslintrc.json b/.eslintrc.json index 91d762edd..6fd6a6b87 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,7 +25,7 @@ }, "rules": { "json/*": ["error"], - "indent": ["error", 2, { "SwitchCase": 1 }], + "indent": ["off"], //handled by prettier "linebreak-style": ["error", "unix"], "quotes": [ "error",