This repository has been archived by the owner on Feb 10, 2024. It is now read-only.
Set prettier to add trailing comma #130
Labels
development
This issue or pull request only changes things for developers
Milestone
For some reason svelte sets
"trailingComma": "none"
.This increases diffs and makes working in VIM harder as well. So we should set it to prettier's default (which is
all
, but we can just remove it from the configuration).Dont't forget to add the commit to
.git-blame-ignore-revs
afterwards!The text was updated successfully, but these errors were encountered: