Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 14c5741

Browse files
committed
chore: Prettier file
1 parent 19e52f0 commit 14c5741

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.prettierrc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"endOfLine": "lf",
3-
"semi": true,
42
"singleQuote": true,
5-
"tabWidth": 2,
6-
"trailingComma": "all"
7-
}
3+
"trailingComma": "all",
4+
"proseWrap": "never",
5+
"printWidth": 100,
6+
"arrowParens": "avoid"
7+
}

0 commit comments

Comments
 (0)