Skip to content

Commit

Permalink
fix: default to arrowParens=always (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassk80 authored Jul 18, 2024
1 parent 8f73dbf commit 7aa8457
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@

// https://prettier.io/docs/en/options.html
module.exports = {
// arrowParens default since Prettier v2.0.0 is "always"
// "avoid" present to avoid reformatting pre v2.0 code.
arrowParens: "avoid",
// trailingComma default since Prettier v3 is "all"
// setting to "es5" for nicer formatting of JSX and less formatting changes.
trailingComma: "es5",
Expand Down

0 comments on commit 7aa8457

Please sign in to comment.