aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-02-15 01:33:08 +0000
committermat <github@matdoes.dev>2022-02-15 01:33:08 +0000
commitffe5eea0ce73cae8657c547f881b6f41270fef37 (patch)
treeeff4b6c4e4b9a155e8c6b68fd1843db20d8b4aa5 /.prettierrc
parent9f28b6d9160fee5eff92d1d9849191f2f12faeab (diff)
downloadskyblock-stats-ffe5eea0ce73cae8657c547f881b6f41270fef37.tar.gz
skyblock-stats-ffe5eea0ce73cae8657c547f881b6f41270fef37.tar.bz2
skyblock-stats-ffe5eea0ce73cae8657c547f881b6f41270fef37.zip
start adding stuff
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/.prettierrc b/.prettierrc
index ff2677e..fee6284 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,6 +1,9 @@
{
+ "printWidth": 100,
"useTabs": true,
"singleQuote": true,
- "trailingComma": "none",
- "printWidth": 100
-}
+ "quoteProps": "consistent",
+ "trailingComma": "es5",
+ "semi": false,
+ "arrowParens": "avoid"
+} \ No newline at end of file