Skip to content

Commit

Permalink
Set arrowParens to "always"
Browse files Browse the repository at this point in the history
  • Loading branch information
npetruzzelli committed Feb 3, 2021
1 parent 58eaef3 commit 803e033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"arrowParens": "avoid",
"arrowParens": "always",
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-config-standard",
"version": "3.0.0",
"version": "4.0.0",
"description": "A Prettier shareable config for projects using 'Prettier' and 'JavaScript Standard Style' as ESLint rules or separate processes.",
"main": ".prettierrc.json",
"repository": {
Expand Down

0 comments on commit 803e033

Please sign in to comment.