Skip to content

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

v2.14.0: ordered-imports

21 Feb 21:00
Compare
Choose a tag to compare

This release contains a long-pending PR from @hyperupcall to add adds support for the TSLint ordered-imports rule providing ruleArguments to the ESLint import/order rule. Hooray! 馃帀

  • #1402: feat: Support ordered-imports option

v2.13.4

05 Jan 22:33
Compare
Choose a tag to compare

This release includes a hefty number of dependency version bumps, but no new code otherwise.

v2.13.3: Fixed variable-name arguments

04 Sep 01:46
Compare
Choose a tag to compare

This patch release contains one bugfix:

  • #1565: fix(rule/variable-name): Use ruleArguments property

Thanks @hyperupcall for sending the PR in!

v2.13.2: Fixed published package

26 Jul 14:10
Compare
Choose a tag to compare

This patch release fills in missing files that were preventing the package from running. There are no other bugfixes or new features. See #1536.

v2.13.1: Fixed variable-name

22 Jul 14:06
6da2b4a
Compare
Choose a tag to compare

This release includes a bugfix for the variable-name converter:

  • #1526: update converter to return PascalCase and snake_case format values for variable names

Thanks to @amorimr for a great first contribution!

v2.13.0: Corrected changed rule severities

03 May 18:49
Compare
Choose a tag to compare

This release includes an important bugfix for rule severities that differ between TSLint and ESLint:

  • #1468: Properly use ruleSeverity properties of rule converters during conversion

You can read more on the original issue here: #1207

Thanks to @hyperupcall for continuing to send great contributions!

v2.12.4: Set root: true by default

30 Apr 17:03
ae9c9ec
Compare
Choose a tag to compare

This release includes a single, excellent user-facing feature that brings tslint-to-eslint-config's output more in line with standard ESLint practices:

  • #1467: fix: Set root: true by default

Thanks @hyperupcall for the continued contributions!

Astute readers may also notice that this version is a bit further along than previous releases noted on GitHub. Previous v2.12.* versions were released quickly in a failed effort to migrate to ECMAScript modules. I won't be trying that again for a while.

v2.12.0: cleaner prettier and typedef converter

01 Mar 22:41
Compare
Choose a tag to compare

This release comes with two excellent user-facing features:

  • #1370: Add converter for typedef property
  • #1397: No longer extend from removed/deprected Prettier ESLint configs

Thanks to contributor @hyperupcall for both of them! 馃帀

v2.11.0: class-method-newlines converter

22 Feb 15:26
Compare
Choose a tag to compare

This patch release includes a new converter:

  • #1356: feat: add converter for class-method-newlines rule

Thanks @kondi!

v2.10.1: Windows Package Find Fixing

17 Oct 23:51
Compare
Choose a tag to compare

This release brings on key user-facing feature: finding original configuration files will no longer silently crash on Windows. It also includes a reorganization of converter and merger paths internally that should not impact running.

  • #1203: Removed plugin prefixes from converter and merger paths
  • #1247: Switch from cat to type on Windows