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