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