From 8dcd3feea79a95b257ceccfa868df8e97b6fa5fe Mon Sep 17 00:00:00 2001 From: idkwhttsay Date: Sat, 19 Oct 2024 13:00:56 -0400 Subject: [PATCH] feat: configure .prettierrc --- .idea/codeStyles/Project.xml | 46 ++++++++++++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++ .prettierrc | 6 ++++ 3 files changed, 57 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .prettierrc diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..c05b064 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..3cd85f9 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,6 @@ +{ + "trailingComma": "es5", + "tabWidth": 4, + "semi": true, + "singleQuote": false +} \ No newline at end of file