We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768ba37 commit 293e151Copy full SHA for 293e151
.prettierrc.js
@@ -0,0 +1,6 @@
1
+module.exports = {
2
+ singleQuote: true,
3
+ bracketSpacing: true,
4
+ printWidth: 120,
5
+ trailingComma: "none",
6
+};
0 commit comments