Skip to content

Commit 2610791

Browse files
committed
Fix the .prettierrc
1 parent cd93916 commit 2610791

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.prettierrc

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

0 commit comments

Comments
 (0)