From 31b3c40d74c98981d64ae46e327636689e6736ac Mon Sep 17 00:00:00 2001 From: rhayes2 Date: Tue, 25 Sep 2018 00:35:46 -0400 Subject: [PATCH] Line ending fix --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index d05146e..84787e1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -18,7 +18,7 @@ ], "linebreak-style": [ "error", - "windows" + "unix" ], "quotes": [ "error",