From 62249eb0a214758a4c1eda29cfd2192c8934d295 Mon Sep 17 00:00:00 2001 From: Dhairya Date: Wed, 14 Oct 2020 19:06:38 +0530 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6eac5e0..2193e3c 100755 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -94,10 +94,7 @@ "key-spacing": "error", "keyword-spacing": "off", "line-comment-position": "off", - "linebreak-style": [ - "error", - "unix" - ], + "linebreak-style":0, "lines-around-comment": "off", "lines-around-directive": "error", "lines-between-class-members": "off",