Skip to content

Releases: typescript-eslint/tslint-to-eslint-config

v0.2.7: Hacktoberfest Is Amazing!

05 Oct 00:12

Choose a tag to compare

Many thanks to the first four (!) days of Hacktoberfest volunteers who have already gotten contributions merged in!

Feature changes included:

  • #146: Correct GitHub repo URL
  • #152: Corrected convert names: member-ordering, no-eval
  • #160: Added missing_converter.md issue template
  • #189: Added missing no-floating-promises converter
  • #191: Added missing prefer-readonly converter
  • #190: Implement converter for triple-equals rule #187
  • #195: Added converter for max-line-length rule
  • #192: Added missing quotemark converter
  • #198: added no-void-expression converter and unit tests
  • #194: Adds no-for-in converter along with tests
  • #196: added no-trailing-whitespace converter and unit tests
  • #197: added only-arrow-functions converter and unit tests
  • #201: fix: corrected arguments for max-line-length converter
  • #199: Added converter for no-duplicate-imports rule
  • #203: Add missing converter: newline-before-return

v0.2.4: The One with Merged Rule Notices

14 Aug 12:59

Choose a tag to compare

Changes included:

  • #141: Merge and deduplicate rule notices

v0.2.3: The One with Explicit Member Visibility

06 Aug 12:50

Choose a tag to compare

Changes included:

  • #137: Converted explicit-member-accessibility will ignore constructors

v0.2.2: The One with Explicit TSLint Version Complaints

20 Jul 22:33

Choose a tag to compare

Changes included:

#120: Explicit error message asking for an updated tslint version

v0.2.1: The One with Rule Notices

20 Jul 22:31

Choose a tag to compare

Changes included:

  • #7: Print rule notices in result reporting

Thanks @egiurleo for the contribution! ✨