From 74667794bb1322a25c7b4f02eb408c45e7d4aeb6 Mon Sep 17 00:00:00 2001 From: Azide Date: Sat, 15 Jul 2023 22:36:54 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E6=B7=BB=E5=8A=A0prettierrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..03175e1 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,9 @@ +{ + "tabWidth": 2, + "useTabs": false, + "endOfLine": "lf", + "arrowParens": "always", + "singleQuote": false, + "trailingComma": "es5", + "semi": true +}