Closed
Description
why you no .vscode settings? 😒
🚀 Feature Request
It would be awesome if this tool could migrate .vscode settings from tslint to eslint. For example:
Change this:
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true
}
To:
"eslint.autoFixOnSave": true
Vscode settings can reside in either .vscode/settings.json
or a *.vscode-workspace
file.
Existing Behavior
No vscode support, bro. 🥺
Change Proposal
Probably this should be under a compiler flag.
Also, thanks for this awesome tool 👏, I will check it out later when I have some time.