Skip to content
This repository was archived by the owner on Oct 18, 2019. It is now read-only.

v2.1.0

Choose a tag to compare

@Draydrew Draydrew released this 07 Aug 13:54
· 8 commits to master since this release

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.