diff --git a/.eslintrc.json b/.eslintrc.json index 2d59b87..8ecadc5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,6 +12,7 @@ "no-console": "off", "prefer-const": "error", "no-var": "error", + "linebreak-style": "off", "one-var": [ "error", "never" @@ -23,10 +24,6 @@ "SwitchCase": 1 } ], - "linebreak-style": [ - "error", - "windows" - ], "quotes": [ "error", "single"