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 06e8341 commit 44998e5Copy full SHA for 44998e5
.prettierrc
@@ -0,0 +1,8 @@
1
+{
2
+ "endOfLine": "lf",
3
+ "tabWidth": 2,
4
+ "singleQuote": true,
5
+ "semi": false,
6
+ "arrowParens": "avoid",
7
+ "quoteProps": "consistent"
8
+}
0 commit comments