eslint-plugin-react
Advanced tools
Changelog
[2.0.0] - 2015-03-29
jsx-sort-props
][] rule ([#16][])no-unknown-property
][] rule ([#28][])prop-types
][] ruleprop-types
][] the children prop is no longer ignoredprop-types
][] now return the right line/column ([#33][])prop-types
][] ([#36][] @burnnat)Changelog
[1.6.1] - 2015-03-25
jsx-quotes
documentationjsx-no-undef
][] with babel-eslint
([#30][])jsx-quotes
on Literal childs ([#29][])Changelog
[1.6.0] - 2015-03-22
jsx-no-undef
][] rulejsx-quotes
rule ([#12][])@jsx
pragma support ([#23][])this.getState
references (not calls) in lifecycle methods ([#22][] @benmosher)react-in-jsx-scope
][] in Node.js envChangelog
[1.5.0] - 2015-03-14
jsx-uses-vars
][] rulejsx-uses-react
][] for ESLint 0.17.0Changelog
[1.4.1] - 2015-03-03
this.props.children
marked as missing in props validation ([#7][])this.props
without property ([#8][])Changelog
[1.4.0] - 2015-02-24
react-in-jsx-scope
][] rule ([#5][] @glenjamin)jsx-uses-react
][] rule ([#6][] @glenjamin)prop-types
][] to check props usage insead of propTypes presence ([#4][])Changelog
[1.3.0] - 2015-02-24
no-did-mount-set-state
][] ruleno-did-update-set-state
][] ruleChangelog
[1.2.2] - 2015-02-09
self-closing-comp
][] ([#3][])