We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b859e commit a7fae6bCopy full SHA for a7fae6b
.prettierrc
@@ -0,0 +1,9 @@
1
+{
2
+ "trailingComma": "all",
3
+ "tabWidth": 2,
4
+ "semi": true,
5
+ "singleQuote": true,
6
+ "endOfLine": "lf",
7
+ "arrowParens": "always",
8
+ "printWidth": 140
9
+}
0 commit comments