Skip to content

Commit

Permalink
Undo new tralingComma default in prettier 3 that breaks IE
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jan 23, 2024
1 parent 7a23319 commit f226df4
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,3 +1,4 @@
{
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
}

0 comments on commit f226df4

Please sign in to comment.