Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Used JSON5 for config file parsing #755

Merged
merged 5 commits into from
Oct 23, 2020
Merged

Used JSON5 for config file parsing #755

merged 5 commits into from
Oct 23, 2020

Conversation

JoshuaKGoldberg
Copy link
Member

PR Checklist

Overview

Quick replacement: instead of just strip-json-comments, uses the full JSON5 library to support fancy ECMAScript 5.1 features such as trailing commas.

@JoshuaKGoldberg JoshuaKGoldberg added the status: waiting for reviewer Waiting for a maintainer to review label Oct 18, 2020
src/utils.ts Outdated Show resolved Hide resolved
@KingDarBoja KingDarBoja merged commit 182265f into main Oct 23, 2020
@KingDarBoja KingDarBoja deleted the json5 branch October 23, 2020 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for reviewer Waiting for a maintainer to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow JSON5 features such as trailing commas in editor configs
2 participants