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 b20c873 commit 3da5e34Copy full SHA for 3da5e34
.prettierrc.js
@@ -0,0 +1,6 @@
1
+module.exports = {
2
+ semi: true,
3
+ singleQuote: false,
4
+ trailingComma: "none",
5
+ tabWidth: 2
6
+};
0 commit comments