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 f1de4b2 commit e1226ffCopy full SHA for e1226ff
.prettierrc
@@ -0,0 +1,7 @@
1
+{
2
+ "semi": true,
3
+ "tabWidth": 2,
4
+ "trailingComma": "all",
5
+ "printWidth": 80,
6
+ "singleQuote": true
7
+}
0 commit comments