tslint-eslint-rules
Advanced tools
Changelog
[v5.4.0] - August 14, 2018
Rules
ter-padded-blocks
Updates
object-curly-spacing
: supports arraysInObjects/objectsInObjects
options.Changelog
[v5.3.1] - May 15, 2018
valid-jsdoc
recognizes @inheritDoc
tagsort-imports
rule reads imports correctly (Issue #319)space-in-parens
bugfix when using default options (Issue #305)no-multi-spaces
bugfix in string literals.NOTE: The Github tag v5.3.0 was deleted since it the NPM package missed a bugfix due to not syncing the branches locally.
Changelog
[v5.2.0] - May 08, 2018
ter-no-proto
ter-no-script-url
ter-no-self-compare
ter-newline-after-var
- issue 302Changelog
[v5.1.0] - Feb 24, 2018
ter-padded-blocks
ter-indent
: failed when missing VariableDeclarator
options ([bfff0e6])ter-newline-after-var
: incorrectly fixing code and within try catch block ([d930c6c])Changelog
[v5.0.0] - Feb 14, 2018
ter-no-tabs
See the differences in [v5.0.0] for more information on the changes.
Changelog
[v4.1.1] - May 26, 2017
Changelog
[v4.1.0] - May 21, 2017
The following rule names have been renamed since they are no longer accessible with TSLint 5.0.
no-irregular-whitespace
changed to ter-no-irregular-whitespace
no-sparse-arrays
changed to ter-no-sparse-arrays
use-isnan
: This rule is now provided by TSLint.Changelog
[v3.5.1] - 2017/03/17 23:00 GMT-0600