github typescript-eslint/tslint-to-eslint-config v2.5.0
v2.5.0: Disabled Rules Coverage

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

Happy summertime, everyone! This release has a few added rule converters and a suite of fixes to existing converters that neglected to disable core ESLint rules overridden by their typescript-eslint counterparts.

Furthermore, it improves "merging" logic FOR duplicate ESLint rule arguments: if multiple converters output the same rule arguments, it's now smart enough to deduplicate them and not need an explicit merger internally.

  • #1066: Added converter for max-func-body-length
  • #1067: Added converter for no-empty-line-after-opening-brace
  • #1068: Added converter for no-delete-expression
  • #1069: Added converter for no-suspicious-comment
  • #1070: Added converter for no-with-statement
  • #1071: Added converter for underscore-consistent-invocation
  • #1092: Do not use merger if arguments are the same.
  • #1093: Fix @typescript-eslint disable rules.

Thanks to @Res42 for powering through the missing rule disables and merger logic improvement!

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

NewReleases is sending notifications on new releases.