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 d4062cb commit a69cb5bCopy full SHA for a69cb5b
.prettierrc
@@ -0,0 +1,7 @@
1
+{
2
+ "semi": true,
3
+ "trailingComma": "es5",
4
+ "singleQuote": true,
5
+ "arrowParens": "avoid",
6
+ "printWidth": 100
7
+}
0 commit comments