Skip to content

Commit

Permalink
Use semi: false for prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed May 2, 2022
1 parent a9523dd commit 87144fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2
"tabWidth": 2,
"semi": false
}

0 comments on commit 87144fc

Please sign in to comment.