Skip to content

Commit

Permalink
Respect current use of trailing comma's
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-beng committed Sep 27, 2023
1 parent a20c64c commit 92147c4
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
@@ -1,4 +1,5 @@
{
"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
}

0 comments on commit 92147c4

Please sign in to comment.