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 74728e0 commit a4541d8Copy full SHA for a4541d8
.prettierrc.json
@@ -0,0 +1,8 @@
1
+{
2
+ "printWidth": 100,
3
+ "singleQuote": true,
4
+ "trailingComma": "all",
5
+ "semi": true,
6
+ "arrowParens": "always",
7
+ "endOfLine": "lf"
8
+}
0 commit comments