Skip to content

Commit 115ac61

Browse files
authored
Create .prettierrc
1 parent 6c95e73 commit 115ac61

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.prettierrc

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

0 commit comments

Comments
 (0)