We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84fbbb commit 037ecafCopy full SHA for 037ecaf
.prettierrc.json
@@ -0,0 +1,7 @@
1
+{
2
+ "semi": true,
3
+ "trailingComma": "es5",
4
+ "singleQuote": true,
5
+ "tabWidth": 2,
6
+ "useTabs": false
7
+}
0 commit comments