github typescript-eslint/tslint-to-eslint-config v1.0.0-beta
v1.0.0-beta: Experimental --comments support

latest releases: v2.14.0, v2.13.4, v2.13.3...
4 years ago

This one's a big one! Thanks to a PR from @KingDarBoja, a new --comment flag is now experimentally available to convert TSLint inline rule flags:

// tslint:disable-next-line no-floating-promises

...to their ESLint equivalents:

// eslint-disable-line @typescript-eslint/no-floating-promises
  • #246: [Experimental Feature] Opt in flag convert disable comments

Don't miss a new tslint-to-eslint-config release

NewReleases is sending notifications on new releases.