Skip to content

VS Code settings unrelated to TSLint->ESLint should be ignored #407

Closed
@JoshuaKGoldberg

Description

@JoshuaKGoldberg

🐛 Bug Report

  • tslint-to-eslint-config version: 0.6.0
  • ESLint version: N/A
  • Node version: N/A

Actual Behavior

If your .vscode/settings.json includes a setting that starts with editor.:

{
    "editor.tabSize": 4,
}

You'll get a warning when running tslint-to-eslint-config that it's not known:

1 editor setting is not known by tslint-to-eslint-config to have an ESLint equivalent:
  * tslint-to-eslint-config does not know the ESLint equivalent for TSLint's "editor.tabSize".

Expected Behavior

Only editor settings relevant to TSLint->ESLints should be complained about.

Reproduction

  1. Create a directory with a .vscode/settings.json equivalent to the above
  2. Run tslint-to-eslint-config

Metadata

Metadata

Labels

area: editor configsRelated to outputting IDE settings filesstatus: accepting prsPlease, send in a PR to resolve this! ✨type: bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions