-
Notifications
You must be signed in to change notification settings - Fork 772
Open
Description
Problem
changesets uses JSON for its config file format. Unfortunately JSON doesn't support comments which makes it hard to document the configuration. This is especially important in a larger team where few developers change the config very often. We can document things in the readme, but our experience is that inline comments are a better solution.
Proposed solution
One option would be to use a JSON with comments parser. Another might be to use something like cosmiconfig to support a bunch of formats including JavaScript itself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels