We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74369a commit 9d26176Copy full SHA for 9d26176
prettier.config.cjs
@@ -3,7 +3,7 @@ module.exports = {
3
singleQuote: true,
4
trailingComma: 'es5',
5
bracketSpacing: true,
6
- jsxBracketSameLine: true,
+ bracketSameLine: true,
7
arrowParens: 'always',
8
semi: true,
9
};
0 commit comments