Skip to content

Commit

Permalink
chore: allow trailing semis for inline snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Sep 24, 2024
1 parent 000b2c0 commit 1f8fa48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"semi": true,
"singleQuote": true,
"proseWrap": "preserve",
"trailingComma": "none",
Expand Down

0 comments on commit 1f8fa48

Please sign in to comment.