From 5c26835a3c8e2538ced6faeb88fe643d7b01c6ec Mon Sep 17 00:00:00 2001 From: fanxb Date: Sun, 10 May 2020 14:07:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E5=A2=9E=E5=8A=A0=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/.prettierrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 front/.prettierrc diff --git a/front/.prettierrc b/front/.prettierrc new file mode 100644 index 0000000..b6fde57 --- /dev/null +++ b/front/.prettierrc @@ -0,0 +1,11 @@ +{ + "printWidth": 160, + "semi": true, + "singleQuote": true, + "trailingComma": "none", + "bracketSpacing": true, + "jsxBracketSameLine": false, + "arrowParens": "avoid", + "requirePragma": false, + "proseWrap": "preserve" +}