Tslint React Versions Save

:orange_book: Lint rules related to React & JSX for TSLint.

3.3.0

6 years ago
  • jsx-key: Check key in JSX spread attribute #129 (thanks @jomasti)
  • jsx-wrap-multiline: Support JSX fragment syntax #130 (thanks @dmiller9911)

3.2.0

6 years ago
  • New rule: jsx-key #102
  • New rule: jsx-equals-spacing #104
  • Added empty index file in rules directory #111

Thanks to our contributors!

  • @bolatovumar
  • @mDibyo

3.1.0

6 years ago
  • Explicit peer dependencies on typescript and tslint #108
  • Explicit dependency on tsutils #110
  • Enhancement: jsx-no-lambda: allow lambdas on ref attribute #107

3.0.0

7 years ago
  • 🔥 Breaking: tslint-react now requires tslint v5+ and typescript v2.1+
  • Fixed: jsx-alignment rule now works with typescript 2.3 (#87)

Contributors: @Kovensky

2.6.0

7 years ago
  • New rule: jsx-no-bind
  • Bugfix: fixed some false positives in jsx-no-lambda
  • 🔥 Breaking: enabled jsx-no-bind in the built-in configuration preset.

Contributors: @lvillani, @IllusionMH

2.5.0

7 years ago
  • New Rule: jsx-boolean-value (thanks @ismail-syed!)
  • Fixed a false positive failure in the jsx-wrap-multiline rule
  • 🔥 Breaking: Enabled jsx-boolean-value and jsx-wrap-multiline in the built-in configuration

2.4.0

7 years ago
  • New rule: jsx-use-translation-function (thanks @mohsen1!)

2.3.0

7 years ago
  • [new-rule] jsx-ban-props (thanks @no23reason!)
  • Removed jsx-wrap-multiline from tslint-react built-in configuration because it was buggy

2.2.0

7 years ago

Adds automatic code fix support for jsx-curly-spacing (thanks @markwongsk!)

2.1.1

7 years ago

Fixed a file naming typo that caused TSLint to not find the jsx-wrap-multiline rule (#46).