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 1449559 commit 141ff57Copy full SHA for 141ff57
.prettierrc
@@ -0,0 +1,8 @@
1
+{
2
+ "printWidth": 85,
3
+ "arrowParens": "always",
4
+ "semi": true,
5
+ "tabWidth": 2,
6
+ "singleQuote": true,
7
+ "trailingComma": "es5"
8
+}
0 commit comments