We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2378f82 commit 0b8a0f7Copy full SHA for 0b8a0f7
src/.prettierrc
@@ -0,0 +1,11 @@
1
+{
2
+ "printWidth": 80,
3
+ "tabWidth": 2,
4
+ "useTabs": false,
5
+ "semi": false,
6
+ "singleQuote": true,
7
+ "trailingComma": "all",
8
+ "bracketSpacing": false,
9
+ "jsxBracketSameLine": false,
10
+ "proseWrap": "always"
11
+}
0 commit comments