Skip to content

Commit d34198d

Browse files
mikejpetersShereef
authored andcommitted
chore: keep prettier old behavior
in 135a811 prettier was upgraded from v1 to v2, which introduces a few breaking changes. for now keep the old behavior to avoid big diffs https://prettier.io/blog/2020/03/21/2.0.0.html#breaking-changes
1 parent aa08b38 commit d34198d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.prettierrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"arrowParens": "avoid",
23
"printWidth": 100,
3-
"singleQuote": true
4+
"singleQuote": true,
5+
"trailingComma": "none"
46
}

0 commit comments

Comments
 (0)