diff --git a/.eslintrc.json b/.eslintrc.json index 0c80cf6b..d373c043 100755 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -56,7 +56,7 @@ "ArrayExpression": "first", "SwitchCase": 1 }], - "linebreak-style": ["error", "unix"], + // "linebreak-style": ["error", "unix"], // Disabling this to let Windows run "quotes": ["error", "double", { "avoidEscape": true }],