Closed
Description
🚀 Feature Request
#250 added an --editor
feature to convert VS Code's TSLint extension settings to the VS Code ESLint equivalents. It'd be lovely to have a similar option for Atom: if a settings file for it exists, it should be converted.
Existing Behavior
tslint-to-eslint-config
only looks for and supports the VS Code syntax for now.
Change Proposal
Whatever Atom uses (this?) should be supported as well. If either config file exists, its respective conversion should be attempted.