You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add warnings for React.PropTypes and React.createClass in no-deprecated (#1148@Calyhre)
Update createClass component factory to createReactClass. This is used for React component detection, if you still using React.createClass use the shared settings to specify createClass as component factory
Deprecate jsx-space-before-closing rule, use the jsx-tag-spacing rule instead. jsx-space-before-closing still works but will trigger a warning (#1070@afairb)
jsx-first-prop-new-line default is now multiline-multiprop (#802@kokarn)
jsx-wrap-multilines now checks arrow functions without block body. It can be deactivated in rule options (#790@ColCh)
jsx-no-undef will not check the global scope by default. You can force it with the allowGlobals option (#1013@jomasti)
Fixed
Fix no-unused-prop-types false positive with nextProps (#1079@Kerumen)
Fix prefer-stateless-function to not warn on classes with decorators (#1034@benstepp)