Skip to content

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

v0.2.8: Hacktoberfest Round 2

10 Oct 17:48

Choose a tag to compare

We've got a whole new bunch of Hacktoberfest contributions thanks to these wonderful volunteers:

Feature changes included:

  • #193: add converter for space-within-parens rule
  • #202: Add missing converter: no-null-keyword
  • #204: Add missing converter: file-name-casing
  • #205: Added no-unused-expression converter
  • #206: Added no-async-without-await converter and unit tests
  • #209: Script creates wrongly named file on Windows
  • #210: use of no-empty-function
  • #211: Added ordered-imports converter
  • #214: add no-duplicate-variable converter and unit test
  • #215: Feature/converter no default export
  • #218: implement no-shadowed-variable converter
  • #220: added semicolon rule converter plus tests
  • #221: added a converter for use-default-type-parameter
  • #222: Implement variable-name rule converter
  • #223: Implement no-submodule-imports converter
  • #226: Removed end-to-end tests
  • #227: Add no-caller and no-eval mergers
  • #229: Refreshed list of ESLint rules for new additions
  • #235: Switched no-console output from blacklist to whitelist

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! ✨