Skip to content

Commit

Permalink
Prettier trailingComma default value to es5 since 2.0 (#14391)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
matamatanot and kodiakhq[bot] committed Jun 22, 2020
1 parent 19f3306 commit b560ac4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
"semi": false
}

1 comment on commit b560ac4

@IronDdtRIiGh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ellessx.+->-

Please sign in to comment.