🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

tslint-eslint-rules

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-eslint-rules - npm Package Versions

1345

3.5.0

Diff
jmlopez-rod
published 3.5.0 •

Changelog

Source

[v3.5.0] - 2017/03/16 15:20 GMT-0600

Fixes

  • valid-jsdoc crashed with missing return type ([de16445])

Features

  • valid-jsdoc added option to omitt return and parameters type ([b81e671])

Rules Added

  • sort-imports

Fixers Added

  • ter-indent ([b76ee05])

Other Changes

tslint peer dependency updated to 4.5.0

jmlopez-rod
published 3.4.0 •

Changelog

Source

[v3.4.0] - 2017/02/16 15:40 GMT-0600

Fixes

  • array-bracket-spacing handles comments ([9c551d7])

Rules Added

Fixers Added

  • object-curly-spacing ([ec81eb4])
  • array-bracket-spacing ([3c689ff])
  • space-in-parens ([cd50170])

Other Changes

tslint is no longer a dependency. Instead it is a peerDependency and devDependency.

jmlopez-rod
published 3.3.0 •

Changelog

Source

[v3.3.0] - 2017/02/04 04:45 GMT-0600

Changes

  • Build errors fixed ([d163eb5])
  • TSLint extends support ([18902f1])
jmlopez-rod
published 3.2.3 •

Changelog

Source

[v3.2.3] - 2016/12/24 22:52 GMT-0600

Fixes

  • handle-callback-err ([0a9a882])
jmlopez-rod
published 3.2.2 •

Changelog

Source

[v3.2.2] - 2016/12/24 12:10 GMT-0600

Fixes

  • ter-indent
    • JSDocs no longer break variable declarations [cb01358]
    • Interfaces are also checked for indentation [5be6774]
  • handle-callback-err: Issue 153
    • Added allowProperties option to make the rule more strict.

Note that the npm release v3.2.1 only contains this hotfix [cb01358].

buzinas
published 3.2.1 •
jmlopez-rod
published 3.2.0 •

Changelog

Source

[v3.2.0] - 2016/12/14 00:50 GMT-0600

Rules Added

Fixes

Changes

  • Added contributing file detailing how to use the current gulp tasks
  • Added links to the rule and test source in each of the rule documentation
jmlopez-rod
published 3.1.0 •

Changelog

Source

[v3.1.0] - 2016/11/29 23:20 GTM-0600

Rules Added

  • ter-prefer-arrow-callback

Fixes

  • ter-indent:
    • issues with try/catch statements
    • issues with return statements
    • issues with method declarations
    • A CallExpression option has been added.
jmlopez-rod
published 3.0.0 •

Changelog

Source

[v3.0.0] - 2016/11/21 12:36 GTM-0600

Upgraded to TSLint 4.0

  • Several rules are no longer applicable
    • no-duplicate-key
    • no-unreachable
    • no-unused-variable
    • use-strict

Developer Tools

jmlopez-rod
published 2.2.1 •

Changelog

Source

[v2.2.1] - 2016/11/17 21:50 GMT-0600

Fixes