From 3bf4f3ef40a50b2471d0a6a402c443760ce4427b Mon Sep 17 00:00:00 2001 From: Ignatz Date: Fri, 18 May 2018 11:03:04 +0200 Subject: Line Endings back to Unix (Was Temporarly on Windows) --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 06d3f001..255e00ba 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -32,7 +32,7 @@ "comma-spacing": 2, "comma-style": 2, "eol-last": 2, - "linebreak-style": [2, "windows"], + "linebreak-style": [2, "unix"], "new-parens": 2, "no-lonely-if": 2, "no-multiple-empty-lines": 2, -- cgit v1.2.3-1-g7c22