Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
| @@ -1,5 +1,4 @@ | ||
| { | ||
| "singleQuote": true, | ||
| "semi": false, | ||
| "trailingComma": "es5" | ||
| "semi": false | ||
| } |