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