We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb9cb1 commit c294962Copy full SHA for c294962
.prettierrc.js
@@ -5,7 +5,7 @@ const {esNextPaths} = require('./scripts/shared/pathsByLanguageVersion');
5
module.exports = {
6
bracketSpacing: false,
7
singleQuote: true,
8
- jsxBracketSameLine: true,
+ bracketSameLine: true,
9
trailingComma: 'es5',
10
printWidth: 80,
11
parser: 'flow',
0 commit comments