We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d95d1 commit 781fc28Copy full SHA for 781fc28
.prettierrc
@@ -1,6 +1,8 @@
1
{
2
"singleQuote": true,
3
- "trailingComma": "all",
+ "arrowParens": "always",
4
+ "printWidth": 120,
5
+ "endOfLine": "lf",
6
"semi": false,
- "arrowParens": "always"
7
+ "trailingComma": "none"
8
}
0 commit comments