Skip to content

Commit

Permalink
chore(prettier-config): remove arrowParens: "avoid"
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmokos committed Jun 23, 2020
1 parent b23cb0b commit 6334206
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/prettier-config/prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
trailingComma: "all",
bracketSpacing: false,
arrowParens: "avoid",
};

0 comments on commit 6334206

Please sign in to comment.