From 5cf452784f7e4b99466ab92b4a245a6de76dbbab Mon Sep 17 00:00:00 2001 From: Aleksandr Bukhalo Date: Tue, 17 Mar 2020 09:47:30 +0300 Subject: [PATCH] chore: new prettier config --- .prettierrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.prettierrc b/.prettierrc index eaaa46c..e9c0f50 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,4 @@ { - "trailingComma": "es5", - "singleQuote": true, - "semi": false + "trailingComma": "none", + "singleQuote": true }