Conversion of TSLint semicolon rule seems incorrect? #1207
Labels
area: incorrect converter
Rule converter with incomplete, incorrect, or invalid rule names and/or arguments
status: accepting prs
Please, send in a PR to resolve this! ✨
type: bug
Something isn't working
🐛 Bug Report
tslint-to-eslint-config
version: 2.9.2 (latest)Actual Behavior
Migration of the TSLint
semicolon
rule enables ESLint'ssemi
rule as well as@typescript-eslint/semi
. This seems to be contrary to the docs for @typescript-eslint/semi, and leads to two errors reported for one missing semicolon when we lint with ESLint.Expected Behavior
ESLint's
semi
rule should beoff
? I'm a little unsure if it is being set toerror
deliberately for some reason?Reproduction
npm i tslint-to-eslint-config
,npx tslint-to-eslint-config
The text was updated successfully, but these errors were encountered: