Tslint Config Standard Versions Save

A TSLint config for JavaScript Standard Style

v9.0.0

4 years ago

Changed

  • Enable jsRules in tslint.json configuration

v8.0.1

5 years ago

Fixed

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

v8.0.0

5 years ago

Removed

  • Deleted no-unused-variable since TSLint deprecated

v7.1.0

5 years ago

Changed

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

Added

  • Enable deprecation rule

v7.0.0

6 years ago

Changed

v6.0.1

6 years ago

Fixed

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

v6.0.0

6 years ago

Changed

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

v5.0.2

7 years ago

Changed

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

v5.0.1

7 years ago

Fixed

v5.0.0

7 years ago

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)