From 4cb9dead8956915f4e51d86dbeca5ca133f7345b Mon Sep 17 00:00:00 2001 From: endevea Date: Sat, 24 Jun 2017 16:58:33 +0800 Subject: [PATCH] Reverted eslintrc rule to unix cflf --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 7f71c301..7e027656 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,7 +10,7 @@ ], "linebreak-style": [ "error", - "windows" + "unix" ], "quotes": [ "off",