-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
status: needs more informationWaiting on the issue author to add additional informationWaiting on the issue author to add additional informationtype: bugSomething isn't workingSomething isn't working
Description
🐛 Bug Report
tslint-to-eslint-configversion:2.13.0- ESLint version: N/A
- Node version:
16.15.0
Actual Behavior
Found when updating angular-eslint's usage of tslint-to-eslint-config
See my minimal repro, e.g. quotes and semi are both enabled despite their typescript-eslint counterparts also being present and enabled.
This is a regression because this didn't use to happen in 2.4.0 which is where I am migrating from (yes I know quite a way behind!)
Expected Behavior
quotes and semi should be explicitly be set to off
Reproduction
Minimal repro here: https://github.com/JamesHenry/tslint-to-eslint-config-repro
- First commit adds tslint and codelyzer (Angular specific TSLint rules)
- Second commit is simply the result of running
npx tslint-to-eslint-config, see the generated .eslintrc.js
JoshuaKGoldberg
Metadata
Metadata
Assignees
Labels
status: needs more informationWaiting on the issue author to add additional informationWaiting on the issue author to add additional informationtype: bugSomething isn't workingSomething isn't working