Skip to content

Commit 2367e2f

Browse files
committed
chore(prettier): ensure prettier config matches eslint
1 parent c533811 commit 2367e2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.prettierrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"trailingComma": "all",
23
"printWidth": 120,
3-
"singleQuote": true
4+
"singleQuote": true,
5+
"bracketSpacing": false,
6+
"arrowParens": "always"
47
}

0 commit comments

Comments
 (0)