We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b32d63 commit aec30b2Copy full SHA for aec30b2
.prettierrc
@@ -0,0 +1,9 @@
1
+{
2
+ "singleQuote": true,
3
+ "trailingComma": "es5",
4
+ "tabWidth": 2,
5
+ "semi": true,
6
+ "printWidth": 100,
7
+ "arrowParens": "always",
8
+ "bracketSpacing": true
9
+}
0 commit comments