From 7205e0b65b32e1113d30c164184be0de20f1b21e Mon Sep 17 00:00:00 2001 From: JP1998 Date: Tue, 11 Dec 2018 08:42:35 +0100 Subject: [PATCH] Change eslint rule to only accept unix linebreaks --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 60df449..1744b88 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,7 +24,7 @@ ], "linebreak-style": [ "error", - "windows" + "unix" ], "quotes": [ "error",