Do Not Warn on Trailing Commas in *.jsonc
or Files Set To JSONC
#23651
versecafe
started this conversation in
UX and Design
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trailing commas being in there are not just a prettier issue but actually a correct behaviour for JSONC and are a key part of preventing merge conflicts in generated lockfiles like
bun.lock
It doesn't make sense to warn over them when they're both part of the spec and a part of proper usage of the spec.Beta Was this translation helpful? Give feedback.
All reactions