Skip to content

Commit

Permalink
chore: add arrowParens:'always' to prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlight-komorebi committed Jul 7, 2021
1 parent 4a84e35 commit d7cccef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ module.exports = {
tabWidth: 2,
semi: true,
singleQuote: true,
arrowParens: "always",
};

0 comments on commit d7cccef

Please sign in to comment.