We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d064ddf commit b5a4e59Copy full SHA for b5a4e59
.prettierrc.js
@@ -2,6 +2,6 @@ module.exports = {
2
singleQuote: true,
3
trailingComma: 'all',
4
printWidth: 100,
5
- bracketSpacing: false,
+ bracketSpacing: true,
6
arrowParens: 'avoid',
7
};
0 commit comments