Releases: ajafff/tslint-consistent-codestyle
Releases · ajafff/tslint-consistent-codestyle
v1.16.0
Features:
naming-convention
: accessor
is now configurable
v1.15.1
Bugfixes:
naming-convention
: filter
option is no longer affect by the order of checked names and caching
v1.15.0
Features:
no-unnecessary-else
and no-else-after-return
are now automatically fixable
v1.14.1
Bugfixes:
- fixed version of
tsutils
dependency
v1.14.0
Features:
early-exit
: added option "ignore-constructor"
v1.13.3
Bugfixes:
no-unused
: don't mark import of React
as unused if required by JsxFragment
v1.13.2
Bugfixes:
no-unused
: fixed crash on type parameter of declaration inside global augmentation
v1.13.1
Bugfixes:
naming-convention
: added missing configuration handling for "type": "parameterProperty"
v1.13.0
Features:
no-else-after-return
: added option "allow-else-if"
v1.12.3
no-else-after-return
: use correct control flow analysis