We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 658b61d + 7ad709f commit cd84ed1Copy full SHA for cd84ed1
.prettierrc
@@ -0,0 +1,8 @@
1
+{
2
+ "printWidth": 100,
3
+ "trailingComma": "es5",
4
+ "tabWidth": 4,
5
+ "semi": true,
6
+ "singleQuote": true,
7
+ "endOfLine": "lf"
8
+}
0 commit comments