diff --git a/.eslintrc.json b/.eslintrc.json index 06d55a32..cde9050a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -47,10 +47,6 @@ "SwitchCase": 1 } ], - "linebreak-style": [ - "error", - "unix" - ], "no-unused-vars": [ "off" ],