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