Skip to content

Commit a639e69

Browse files
committed
chore: add Prettier configuration file
1 parent a672f51 commit a639e69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"trailingComma": "all",
3+
"semi": true,
4+
"tabWidth": 2,
5+
"singleQuote": false
6+
}

0 commit comments

Comments
 (0)