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 a1ac188 commit a48336dCopy full SHA for a48336d
prettierrc.config.js
@@ -1,4 +1,7 @@
1
module.exports = {
2
- singleQuote: true,
3
- trailingComma: 'es5',
+ printWidth: 80,
+ singleQuote: false,
4
+ tabWidth: 2,
5
+ semi: true,
6
+ trailingComma: "all",
7
};
0 commit comments