We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1585f4 commit 18e4e9fCopy full SHA for 18e4e9f
.prettierrc.js
@@ -1,4 +1,6 @@
1
module.exports = {
2
+ arrowParens: 'avoid',
3
proseWrap: 'always',
4
singleQuote: true,
5
+ trailingComma: 'es5',
6
};
0 commit comments