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

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
matamatanot 2020-06-22 20:25:24 +09:00 committed by GitHub
parent 19f3306aaa
commit b560ac4312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
{
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
"semi": false
}