Skip to content
Permalink
Browse files

Prettier `trailingComma` default value to `es5` since 2.0 (#14391)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
matamatanot and kodiakhq committed Jun 22, 2020
1 parent 19f3306 commit b560ac4312e4c2d1243076af12bea1bf8e74da40
Showing with 1 addition and 2 deletions.
  1. +1 −2 .prettierrc.json
@@ -1,5 +1,4 @@
{
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
"semi": false
}

0 comments on commit b560ac4

Please sign in to comment.