We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820ad22 commit c43f718Copy full SHA for c43f718
.prettierrc.json
@@ -1,5 +1,6 @@
1
{
2
"singleQuote": true,
3
"arrowParens": "always",
4
- "printWidth": 140
5
-}
+ "printWidth": 140,
+ "trailingComma": "none"
6
+}
0 commit comments