Skip to content

Commit 691bc73

Browse files
committed
Create .prettierrc
1 parent b5be130 commit 691bc73

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.prettierrc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"printWidth": 80,
3+
"tabWidth": 2,
4+
"singleQuote": true,
5+
"trailingComma": "es5",
6+
"bracketSpacing": true,
7+
"jsxBracketSameLine": false,
8+
"parser": "babel",
9+
"semi": true,
10+
"arrowParens": "avoid",
11+
"quoteProps": "as-needed"
12+
}

0 commit comments

Comments
 (0)