From 57f14c1ac5fc0859c074235fc4881b88bb2605f3 Mon Sep 17 00:00:00 2001 From: Almas Khan Date: Fri, 7 May 2021 23:32:19 +0500 Subject: [PATCH] =?UTF-8?q?fixed=20"error=20Delete=20=E2=90=8D=20prettier/?= =?UTF-8?q?prettier"=20Issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index be8ed7938d..e2da8bb25a 100644 --- a/.prettierrc +++ b/.prettierrc @@ -14,5 +14,6 @@ "tabWidth": 2, "trailingComma": "none", "useTabs": false, - "quoteProps": "as-needed" + "quoteProps": "as-needed", + "endOfLine":"auto" } \ No newline at end of file