diff --git a/.eslintrc.json b/.eslintrc.json index b3f60d6..46f1ae1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -47,7 +47,7 @@ "SwitchCase": 1 } ], - "linebreak-style": ["warn", "windows"], + "linebreak-style": 0, "quotes": ["error", "double", { "avoidEscape": true }], "semi": ["error", "always"] }