Tslint React Versions Save

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

5.0.0

4 years ago

⚠️ Note: This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.

  • BREAKING: upgrade to TSLint 6.0 (#251)
  • BREAKING: disable formatting-related rules (#251)

4.2.0

4 years ago

⚠️ Note: This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.

  • [bugfix] Include LICENSE file in NPM package

4.1.0

4 years ago
  • [new-rule] react-no-unnecessary-fragment (#245)
  • [new-rule] jsx-whitespace-literal (#243)
  • [new-rule] jsx-curly-brace-presence (#196)
  • [bugfix] jsx-wrap-multiline: check for nested JSX expressions (#240)

4.0.0

5 years ago
  • BREAKING: drop support for TS < 2.8 (we're now using tsutils 3.x)
  • [bugfix] jsx-curly-spacing fix false positive with render props (#140)
  • [bugfix] jsx-key fix error detection in parenthesized expression (#181)
  • [bugfix] jsx-wrap-multiline fix for closing parenthesis (#194)
  • [enhancement] jsx-space-before-trailing-slash add auto fixer (#182)
  • [enhancement] jsx-self-close add auto fixer (#189)

3.6.0

6 years ago
  • [new-rule] jsx-space-before-trailing-slash (#125)
  • [new-fixer] jsx-boolean-value (#154)
  • [enhancement] jsx-ban-elements and jsx-curly-spacing rules can be enabled for .jsx files (#163)

Thanks to our contributors!

  • @no23reason

3.5.1

6 years ago
  • jsx-use-translation-function: Fix false positive where punctuation and HTML entities are side by side (#142)

3.5.0

6 years ago
  • jsx-use-translation-function: Add options to allow HTML entities and/or punctuation to be excluded from translation check (#139)

3.4.0

6 years ago
  • New rule: jsx-ban-elements #137

3.3.3

6 years ago

Re-release of v3.3.0, which failed to publish due to faulty CI configuration.

3.3.1

6 years ago