Skip to content

Commit

Permalink
Set trailing-comma config of prettier according to the current conven…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
virinci committed Dec 4, 2024
1 parent 5189a24 commit 3d5ec7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"trailingComma": "all",
"printWidth": 80,
"bracketSpacing": true,
"arrowParens": "always",
Expand All @@ -19,4 +19,4 @@
}
}
]
}
}

0 comments on commit 3d5ec7a

Please sign in to comment.