Skip to content

Commit ec182db

Browse files
Add prettier config
This is the same config as WalletKit for consistency
1 parent 3be656e commit ec182db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.prettierrc

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

0 commit comments

Comments
 (0)