Skip to content

Releases: blakeembrey/tslint-config-standard

Enable `space-before-function-paren`

12 Feb 06:56

Choose a tag to compare

Changed

  • Enable new space-before-function-paren rule in TSLint
  • Removed align rule by TSLint
  • Add 'allow-fast-null-checks' to unused expressions rule

New Rules

19 Jan 00:29

Choose a tag to compare

Changed

  • Use ter-indent for indent handling as two spaces
  • Disable max-line-length rule
  • Use ter-arrow-spacing rule for () => handling

TSLint 4.x

21 Nov 19:30

Choose a tag to compare

Changed

  • Update to TSLint 4.x

Enable previous rules

02 Oct 00:55

Choose a tag to compare

Changed

  • Re-enable handle-callback-err and no-ex-assign - should be fixed with recent PRs to tslint-eslint-rules

Disable `no-ex-assign`

30 Sep 23:35

Choose a tag to compare

Changed

Re-disable `handle-callback-err`

30 Sep 23:15

Choose a tag to compare

Changed

  • Disable handle-callback-err rule, it's buggy to actually mark it as handled

Enable New Rules

30 Sep 21:08

Choose a tag to compare

Added

  • Enable no-invalid-regexp rule
  • Enable no-multi-spaces rule
  • Add checkLoops: false to no-constant-condition check
  • Enable no-ex-assign now the reported issues are fixed
  • Enable handle-callback-err now the reported issues are fixed

Disable annoying rules

23 Jun 18:01

Choose a tag to compare

Changed

  • Disable no-string-literal rule, usually required when working with TypeScript anyway
  • Disable handle-callback-err rule, currently crashing when the TypeScript return is undefined

Kill `no-ex-assign`

21 May 20:21

Choose a tag to compare

Fixed

  • Remove no-ex-assign, triggered hundreds of false positives and dozens of broken builds

ESLint Rules Notice

21 May 20:20

Choose a tag to compare

Changed

  • Remove reference to tslint-microsoft-contrib, add notice about tslint-eslint-rules