Some removed rules are included in eslintrc.js #153
Labels
good first issue
Good for newcomers; welcome aboard!
status: accepting prs
Please, send in a PR to resolve this! ✨
type: bug
Something isn't working
Milestone
Uh oh!
There was an error while loading. Please reload this page.
🐛 Bug Report
tslint-to-eslint-config
version: 0.2.4Actual Behavior
@typescript-eslint/no-triple-slash-reference
,@typescript-eslint/prefer-interface
,@typescript-eslint/no-object-literal-type-assertion
, and@typescript-eslint/no-angle-bracket-type-assertion
are included ineslintrc.js
Expected Behavior
Those 4 rules should not be included since they are replaced by new rules since v 2.0.0. (See list of breaking changes here)
@typescript-eslint/prefer-interface
is replaced by@typescript-eslint/consistent-type-definitions
.@typescript-eslint/no-triple-slash-reference
is replaced by@typescript-eslint/triple-slash-reference
@typescript-eslint/no-object-literal-type-assertion
and@typescript-eslint/no-angle-bracket-type-assertion
are combined in to one single rule@typescript-eslint/consistent-type-assertions
Reproduction
npm install
npx tslint-to-eslint-config
The text was updated successfully, but these errors were encountered: