Skip to content

Commit cd791f7

Browse files
committed
chore: add prettier config
1 parent b9c65a7 commit cd791f7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.prettierrc.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"arrowParens": "always",
3+
"bracketSpacing": true,
4+
"jsxBracketSameLine": false,
5+
"jsxSingleQuote": false,
6+
"quoteProps": "consistent",
7+
"printWidth": 120,
8+
"semi": true,
9+
"singleQuote": true,
10+
"tabWidth": 2,
11+
"trailingComma": "all",
12+
"useTabs": false
13+
}

0 commit comments

Comments
 (0)