aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-02-14 16:33:38 +0000
committerUbuntu <github@matdoes.dev>2022-02-14 16:33:38 +0000
commit9f28b6d9160fee5eff92d1d9849191f2f12faeab (patch)
tree4ae0ce31df50b0d34a240da1be9bdfa0d4bb6a66 /.prettierrc
downloadskyblock-stats-9f28b6d9160fee5eff92d1d9849191f2f12faeab.tar.gz
skyblock-stats-9f28b6d9160fee5eff92d1d9849191f2f12faeab.tar.bz2
skyblock-stats-9f28b6d9160fee5eff92d1d9849191f2f12faeab.zip
Initial commit
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..ff2677e
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,6 @@
+{
+ "useTabs": true,
+ "singleQuote": true,
+ "trailingComma": "none",
+ "printWidth": 100
+}