Skip to content

Commit faa22f1

Browse files
Update .prettierrc
1 parent 8484143 commit faa22f1

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.prettierrc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"arrowParens": "avoid",
3-
"semi": false,
4-
"tabWidth": 2,
5-
"singleQuote": false,
6-
"trailingComma": "all",
73
"bracketSpacing": true,
8-
"printWidth": 80,
94
"jsxBracketSameLine": false,
105
"jsxSingleQuote": false,
11-
"proseWrap": "always"
6+
"printWidth": 80,
7+
"proseWrap": "always",
8+
"requirePragma": false,
9+
"semi": true,
10+
"singleQuote": false,
11+
"tabWidth": 2,
12+
"trailingComma": "all",
13+
"useTabs": false,
14+
"endOfLine": "auto"
1215
}

0 commit comments

Comments
 (0)