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