diff options
-rw-r--r-- | .eslintrc.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 82497c2..0a7b51b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,10 +28,6 @@ "SwitchCase": 1 } ], - "linebreak-style": [ - "error", - "unix" - ], "quotes": [ "error", "double" @@ -41,7 +37,8 @@ "always" ], "no-trailing-spaces": "error", - "eol-last": "error" + "eol-last": "error", + "linebreak-style": "off" }, "settings": { "react": { |