diff --git a/.eslintrc.json b/.eslintrc.json index d5271c1..a295009 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,7 +12,7 @@ "rules": { "indent": [2, 4, {"SwitchCase": 1}], "quotes": [2, "single"], - "linebreak-style": [2, "unix"], + "linebreak-style": "off", "semi": [2, "always"], "camelcase": [2, {"properties": "always"}], "brace-style": [2, "1tbs", {"allowSingleLine": true}]