From 17eddcf157b840eac2f2ecdd1b197066f68e8f0f Mon Sep 17 00:00:00 2001 From: Xymorot Date: Fri, 11 Oct 2019 23:41:40 +0200 Subject: [PATCH] config: configure quoteProps to consistent in prettier --- .prettierrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierrc.yml b/.prettierrc.yml index 0086f8a..70efcb0 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -2,6 +2,7 @@ trailingComma: 'es5' tabWidth: 2 semi: true singleQuote: true +quoteProps: consistent arrowParens: always printWidth: 120 overrides: