Skip to content

Commit

Permalink
style(prettier): 💄 update Prettier configuration
Browse files Browse the repository at this point in the history
- Remove useTabs option from .prettierrc.cjs
- Uncomment trailingComma option in .prettierrc.cjs
  • Loading branch information
navin-moorthy committed Jul 12, 2023
1 parent 1c2fb68 commit d03073b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {

// use spaces instead of indentations
// https://github.com/prettier/prettier/issues/7475
useTabs: true,
// useTabs: true,

// semicolon at the end of the line
// default
Expand All @@ -60,7 +60,7 @@ module.exports = {

// no comma at the end
// default
// trailingComma: "all",
trailingComma: "all",

// spaces are required at the beginning and end of the braces
// default
Expand Down

0 comments on commit d03073b

Please sign in to comment.