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