eslint-plugin-react
Advanced tools
Changelog
[3.11.0] - 2015-11-29
jsx-handler-names
][] rule ([#315][] @jakemmarsh)no-unknown-property
][] ([#318][])jsx-sort-props
][] ([#336][] @lucasmotta)require-extension
][] to ignore extension if it's part of the package name ([#319][])jsx-pascal-case
][] ([#328][] @lencioni)Changelog
[3.10.0] - 2015-11-21
jsx-pascal-case
][] rule ([#306][] @jakemmarsh)Changelog
[3.9.0] - 2015-11-17
jsx-key
][] rule ([#293][] @benmosher)allow-in-func
option to [no-did-update-set-state
][] ([#300][])jsx-closing-bracket-location
][] rule to one type of tag (nonEmpty or selfClosing) ([#307][])no-unknown-property
][] to not check custom elements ([#308][] @zertosh)jsx-closing-bracket-location
][] error message ([#301][] @alopatin)Changelog
[3.8.0] - 2015-11-07
no-multi-comp
][] ([#290][])createClass
by itself ([#297][])this
during component detectionChangelog
[3.7.1] - 2015-11-05
sort-comp
][] crash on stateless components ([#285][])Changelog
[3.7.0] - 2015-11-05
jsx-no-bind
][] rule ([#184][] @Daniel15)jsx-closing-bracket-location
][] ([#243][] @alopatin)Changelog
[3.6.3] - 2015-10-20
display-name
][] for stateless components ([#256][])prop-types
][] props validation in constructor ([#259][])Changelog
[3.6.0] - 2015-10-18
display-name
][] and [prop-types
][] ([#237][])jsx-sort-props
][] and [jsx-sort-prop-types
][] ([#242][] @Daniel15)prefer-es6-class
][] rule ([#247][] @hamiltondanielb)forbid-prop-types
][] crash with destructured PropTypes ([#230][] @epmatsw)forbid-prop-types
][] to do not modify AST directly ([#249][] @rhysd)prop-types
][] crash with empty destructuring ([#251][])prop-types
][] to not validate computed keys in destructuring ([#236][])