From 762a19e53fcb6a7c53b32e986fd55cb0b174bcf0 Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Thu, 16 Jan 2025 02:50:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20chore(prettier):=20add=20.pretti?= =?UTF-8?q?errc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..667ffd9 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,11 @@ +{ + "singleQuote": true, + "jsxSingleQuote": true, + "htmlWhitespaceSensitivity": "ignore", + "printWidth": 80, + "tabWidth": 2, + "bracketSpacing": true, + "semi": false, + "trailingComma": "es5", + "vueIndentScriptAndStyle": false +} \ No newline at end of file