Skip to content

Commit

Permalink
Update .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanseete committed Dec 31, 2024
1 parent 910c066 commit 5b87b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"quoteProps": "as-needed"
"tabWidth": 2,
"trailingComma": "es5"
}

0 comments on commit 5b87b58

Please sign in to comment.