tslint-react

Lint rules related to React & JSX for TSLint.

APACHE-2.0 License

Downloads
473.4K
Stars
749
Committers
38

Bot releases are hidden (Show)

tslint-react - v2.1.0

Published by adidahiya almost 8 years ago

New rule: jsx-wrap-multiline -- thanks @enoshixi!

tslint-react - v2.0.0

Published by adidahiya almost 8 years ago

Breaking changes 🔥

  • TSLint 4.x and TS 2.x required
  • Enabled jsx-curly-spacing rule in default configuration
tslint-react - v1.1.0

Published by adidahiya about 8 years ago

  • New rule: jsx-curly-spacing -- thanks @bolatovumar!
tslint-react - v1.0.0

Published by jkillian about 8 years ago

Breaking changes 🔥

  • The default configuration, tslint-react.json, enables all rules by default
tslint-react - v0.4.0

Published by adidahiya over 8 years ago

  • New rule: jsx-self-close
  • New rule: jsx-no-multiline-js
tslint-react - v0.3.2

Published by jkillian over 8 years ago

  • Distribute tslint-react.json file in NPM package
tslint-react - v0.3.1

Published by jkillian over 8 years ago

  • Fix jsx-alignment bug
tslint-react - v0.3.0

Published by jkillian over 8 years ago

  • Added jsx-alignment rule
  • jsx-no-lambda rule now only checks inside JSX attributes
tslint-react - v0.2.0

Published by adidahiya over 8 years ago

Renamed no-string-ref to jsx-no-string-ref

tslint-react - v0.1.0

Published by adidahiya over 8 years ago

Initial release