-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
area: editor configsRelated to outputting IDE settings filesRelated to outputting IDE settings filesstatus: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: enhancementNew feature or requestNew feature or request
Description
🚀 Feature Request
Forking off of #744: I can't find any kind of CSON diff writer equivalent to jsondiffpatch
... does such a thing exist?
Existing Behavior
Atom config file writes completely rewrite the target file.
Change Proposal
Take in the benefits of a diff patch: basically #744 but for JSON files.
One of two possible cases is possible:
- A CSON diff patcher exists and is available on npm, and tslint-to-eslint-config should use it
- ☝ does not exist, and could be written to resolve this issue (note: please write it as a separate npm package, not a part of this repo -- separation of concerns!).
Metadata
Metadata
Assignees
Labels
area: editor configsRelated to outputting IDE settings filesRelated to outputting IDE settings filesstatus: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: enhancementNew feature or requestNew feature or request