🚀 Socket Launch Week 🚀 Day 4: Introducing Historical Analytics.Learn More

tslint-eslint-rules

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-eslint-rules - npm Package Versions

jmlopez-rod
published 5.4.0 •

Changelog

Source

[v5.4.0] - August 14, 2018

Rules

  • ter-padded-blocks

Updates

  • object-curly-spacing: supports arraysInObjects/objectsInObjects options.
  • Support for typescript 3.0
jmlopez-rod
published 5.3.1 •

Changelog

Source

[v5.3.1] - May 15, 2018

Features

  • valid-jsdoc recognizes @inheritDoc tag

Bug fixes

  • sort-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.

jmlopez-rod
published 5.3.0 •
jmlopez-rod
published 5.2.0 •

Changelog

Source

[v5.2.0] - May 08, 2018

Rules

  • ter-no-proto
  • ter-no-script-url
  • ter-no-self-compare

Fixes

  • ter-newline-after-var - issue 302
jmlopez-rod
published 5.1.0 •

Changelog

Source

[v5.1.0] - Feb 24, 2018

Rules

  • ter-padded-blocks

Fixes

  • ter-indent: failed when missing VariableDeclarator options ([bfff0e6])
  • ter-newline-after-var: incorrectly fixing code and within try catch block ([d930c6c])
jmlopez-rod
published 5.0.0 •

Changelog

Source

[v5.0.0] - Feb 14, 2018

Upgraded to TSLint 5.9 and Typescript 2.6

  • NOTE: Another release will come soon that uses 2.7

Rules Added

  • ter-no-tabs

See the differences in [v5.0.0] for more information on the changes.

jmlopez-rod
published 4.1.1 •

Changelog

Source

[v4.1.1] - May 26, 2017

Fixes

  • valid-jsdoc reported missing return with abstract methods ([3bd2dafb])
jmlopez-rod
published 4.1.0 •

Changelog

Source

[v4.1.0] - May 21, 2017

Fixes

  • valid-jsdoc reported at wrong location ([82a3ca75])

Rules Added

Name Change

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

Removed

  • use-isnan: This rule is now provided by TSLint.
jmlopez-rod
published 4.0.0 •

Changelog

Source

[v4.0.0] - April 4, 2017

jmlopez-rod
published 3.5.1 •

Changelog

Source

[v3.5.1] - 2017/03/17 23:00 GMT-0600

Fixes

  • sort-imports bug in simple type imports ([3d57149])