We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4050e00 commit 266f9afCopy full SHA for 266f9af
.prettierrc
@@ -1,5 +1,7 @@
1
{
2
"printWidth": 120,
3
"semi": true,
4
- "singleQuote": true
+ "singleQuote": true,
5
+ "trailingComma": "none",
6
+ "arrowParens": "avoid"
7
}
0 commit comments