Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

Commit 61e0704

Browse files
committed
Add formatting with prettier (which is confusing because I usually use xo for styling. But I'll figure something out in the future.
1 parent 50e358e commit 61e0704

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.prettierrc.cjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
tabWidth: 2,
3+
useTabs: false,
4+
semi: false,
5+
singleQuote: true,
6+
printWidth: Infinity,
7+
}

0 commit comments

Comments
 (0)