Skip to content

Commit 76fdefa

Browse files
committed
feat: Add prettier config
1 parent f1e56f8 commit 76fdefa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

template/.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"semi": false,
3+
"trailingComma": "all",
4+
"singleQuote": true
5+
}

0 commit comments

Comments
 (0)