We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edc3b7 commit 4884110Copy full SHA for 4884110
prettier.config.js
@@ -0,0 +1,5 @@
1
+module.exports = {
2
+ singleQuote: true,
3
+ trailingComma: "all",
4
+ allowParens: "avoid",
5
+};
0 commit comments