Tslint Consistent Codestyle Versions Save

Collection of awesome rules to extend TSLint

v1.16.0

4 years ago

Features:

  • naming-convention: accessor is now configurable

v1.15.1

5 years ago

Bugfixes:

  • naming-convention: filter option is no longer affect by the order of checked names and caching

v1.15.0

5 years ago

Features:

  • no-unnecessary-else and no-else-after-return are now automatically fixable

v1.14.1

5 years ago

Bugfixes:

  • fixed version of tsutils dependency

v1.14.0

5 years ago

Features:

  • early-exit: added option "ignore-constructor"

v1.13.3

5 years ago

Bugfixes:

  • no-unused: don't mark import of React as unused if required by JsxFragment

v1.13.2

5 years ago

Bugfixes:

  • no-unused: fixed crash on type parameter of declaration inside global augmentation

v1.13.1

5 years ago

Bugfixes:

  • naming-convention: added missing configuration handling for "type": "parameterProperty"

v1.13.0

6 years ago

Features:

  • no-else-after-return: added option "allow-else-if"

v1.12.3

6 years ago
  • no-else-after-return: use correct control flow analysis