feat: add support for allowTrailingCommas option in JSON#96
Conversation
✅ Deploy Preview for eslint-code-explorer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Thanks for taking a look at this. There's a bit of complexity here: |
Can we display the "Allow trailing commas" option only when the selected mode is JSONC? |
|
Thanks for the reviews! I've added a new commit in 82e639b. Now, |
nzakas
left a comment
There was a problem hiding this comment.
LGTM. Would like @amareshsm to review before merging.
Prerequisites checklist
What is the purpose of this pull request?
Hello,
I've added support for the
allowTrailingCommasoption in JSON.Code Explorer can now parse trailing commas in JSONC mode!
Please let me know if there's anything I might have missed.
What changes did you make? (Give an overview)
Before
After
Related Issues
Is there anything you'd like reviewers to focus on?