Skip to content

Commit

Permalink
Update Prettier config to always use arrow parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Jan 2, 2021
1 parent 0047a8b commit da0863b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
"trailingComma": "es5",
"arrowParens": "always"
}

0 comments on commit da0863b

Please sign in to comment.