Skip to content

Automatic vscode settings migration #133

Closed
@nicojs

Description

@nicojs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions