Skip to content

Commit

Permalink
Build Tools: Use option always for arrowParens Prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Jan 22, 2018
1 parent 3ff2826 commit e258034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
arrowParens: 'avoid',
arrowParens: 'always',
bracketSpacing: true,
jsxBracketSameLine: false,
printWidth: 80,
Expand Down

0 comments on commit e258034

Please sign in to comment.