We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2053643 commit 1f1b6ebCopy full SHA for 1f1b6eb
.prettierrc.js
@@ -4,4 +4,5 @@ module.exports = {
4
tabWidth: 2,
5
semi: true,
6
singleQuote: true,
7
+ arrowParens: 'always',
8
};
0 commit comments