We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674eced commit 8c787faCopy full SHA for 8c787fa
.prettierrc
@@ -0,0 +1,6 @@
1
+{
2
+ "singleQuote": true,
3
+ "arrowParens": "always",
4
+ "printWidth": 120,
5
+ "trailingComma": "es5"
6
+}
0 commit comments