Skip to content

Commit

Permalink
fix(prettier): jsxBraketSameLine -> jsxBracketSameLine
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Sep 12, 2017
1 parent 0f21f3c commit 64f4e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module.exports = {
singleQuote: true,
trailingComma: 'all',
bracketSpacing: false,
jsxBraketSameLine: false,
jsxBracketSameLine: false,
}

0 comments on commit 64f4e80

Please sign in to comment.