We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5992d7d commit fa59eecCopy full SHA for fa59eec
.prettierrc
@@ -0,0 +1,10 @@
1
+{
2
+ "printWidth": 120,
3
+ "singleQuote": true,
4
+ "semi": true,
5
+ "tabWidth": 4,
6
+ "useTabs": false,
7
+ "trailingComma": "none",
8
+ "arrowParens": "avoid",
9
+ "bracketSpacing": true
10
+}
0 commit comments