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