This repository was archived by the owner on Oct 18, 2019. It is now read-only.
v2.1.0
Added
jsdoc/require-example - This forces you to have an @example when using a jsdoc.
jest/valid-expect - This forces expect() to be used correctly in tests.
react/no-will-update-set-state - This prevents the use of setState in componentWillUpdate to prevent an indeterminate state.
Modified
react/prop-types - Turned on reservedFirst option, requiring reserved keywords to appear before other props.