We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931cbfc commit 6e59a58Copy full SHA for 6e59a58
.prettierrc
@@ -0,0 +1,8 @@
1
+{
2
+ "printWidth": 100,
3
+ "trailingComma": "es5",
4
+ "tabWidth": 2,
5
+ "semi": false,
6
+ "singleQuote": true,
7
+ "jsxBracketSameLine": true
8
+}
0 commit comments