Skip to content

Commit

Permalink
Enable semicolons in prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantGeekDev committed Jan 4, 2024
1 parent 0b32468 commit 251b3fa
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
@@ -1,7 +1,7 @@
{
"trailingComma": "all",
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"semi": true,
"singleQuote": true,
"useTabs": true,
"jsxSingleQuote": true,
Expand Down

0 comments on commit 251b3fa

Please sign in to comment.