aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc.cjs
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-02-10 18:19:14 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-13 06:59:44 +0530
commit7584d2d7a7110aef0331ebfa178b2295842c59fa (patch)
tree900cd71237e6231b57936fcce77ff229cd459041 /.prettierrc.cjs
parentupgrade recipes submodule (diff)
downloadferdium-server-7584d2d7a7110aef0331ebfa178b2295842c59fa.tar.gz
ferdium-server-7584d2d7a7110aef0331ebfa178b2295842c59fa.tar.zst
ferdium-server-7584d2d7a7110aef0331ebfa178b2295842c59fa.zip
refactor: project maintenance
- work in progress
Diffstat (limited to '.prettierrc.cjs')
-rw-r--r--.prettierrc.cjs5
1 files changed, 5 insertions, 0 deletions
diff --git a/.prettierrc.cjs b/.prettierrc.cjs
new file mode 100644
index 0000000..f8073e9
--- /dev/null
+++ b/.prettierrc.cjs
@@ -0,0 +1,5 @@
1/** @type {import("prettier").Options} */
2module.exports = {
3 singleQuote: true,
4 arrowParens: 'avoid',
5}