Create .prettierrc.json
taylor_socfortress committed
Jul 10, 2023 at 16:35 UTC
3e60fb8d56e6132341748a6fc40992f2f0ef1014
1 file changed
+8
.prettierrc.json
new
+8
@@ -0,0 +1,8 @@
1
+{
2
+ "arrowParens": "avoid",
3
+ "printWidth": 120,
4
+ "semi": false,
5
+ "tabWidth": 4,
6
+ "trailingComma": "none",
7
+ "useTabs": false
8
+}