summaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-05-29 14:48:50 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-21 17:57:10 -0700
commitf0ca174ada81a0ec4b1bbff9b70fcc680e4ca0ad (patch)
tree309e713bcb63918a4015c623fd778514c977e8ae /.prettierrc
downloadchessh_bot-f0ca174ada81a0ec4b1bbff9b70fcc680e4ca0ad.tar.gz
chessh_bot-f0ca174ada81a0ec4b1bbff9b70fcc680e4ca0ad.zip
squash everything since there was profanity in the commit log and maybe people won't like thatHEADmain
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..8d6ce6a
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,5 @@
+{
+ "tabWidth": 2,
+ "singleQuote": true,
+ "trailingComma": "all"
+}