Skip to content

Commit 1aef5b0

Browse files
committed
Create .prettierrc
1 parent 7309078 commit 1aef5b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.prettierrc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"semi": false,
3+
"trailingComma": "none",
4+
"singleQuote": true,
5+
"printWidth": 120,
6+
"tabWidth": 2,
7+
"useTabs": false,
8+
"jsxSingleQuote": true,
9+
"bracketSpacing": true
10+
}

0 commit comments

Comments
 (0)