From 886f354fa256471028ae7ba0c14cb75382e9cd41 Mon Sep 17 00:00:00 2001 From: "windhamwong@nva-hk.com" Date: Tue, 20 Jun 2017 13:58:37 +0100 Subject: [PATCH] Removing the restriction to UNIX only. --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }],