Skip to content

Releases: blakeembrey/tslint-config-standard

Enable JS Rules

03 Nov 12:14
Compare
Choose a tag to compare

Changed

  • Enable jsRules in tslint.json configuration

Disable `no-use-before-declare`

03 Sep 19:34
Compare
Choose a tag to compare

Fixed

  • Disable no-use-before-declare which does not currently support scopes properly

Remove `no-unused-variable`

31 Aug 17:24
Compare
Choose a tag to compare

Removed

  • Deleted no-unused-variable since TSLint deprecated

ESLint Rules Update

21 Jun 19:15
Compare
Choose a tag to compare

Changed

  • Update TSLint ESLint rules
  • Remove ordering/return rules that aren't in StandardJS

Added

  • Enable deprecation rule

New Rules Covered

27 Oct 23:52
Compare
Choose a tag to compare

Changed

  • Add support for new rules provided by TSLint
  • Add object-curly-spacing rule (#38)

Delete whitespace typo

14 Jun 19:15
Compare
Choose a tag to compare

Fixed

  • Turns out the whitespace typo was actually a feature and fixing it caused some false positives - it's been deleted now

Add `no-unused-variable`

14 Jun 15:12
Compare
Choose a tag to compare

Changed

  • Add no-unused-variable rule
  • Fix typo in whitespace config

Remove `no-unnecessary-callback-wrapper`

05 Apr 17:17
Compare
Choose a tag to compare

Changed

  • Remove no-unnecessary-callback-wrapper, StandardJS (or ESLint) doesn't have a similar rule

Remove `no-unsafe-any`

05 Apr 14:41
Compare
Choose a tag to compare

Fixed

TSLint v5

05 Apr 14:39
Compare
Choose a tag to compare

Changed

  • Use single quotes for JSX
  • Update tslint-eslint-rules
  • Adopt new TSLint rules (e.g. ignore same line curly, no unused expression with tagged templates, return undefined, etc)