Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Enable checkAliases for react/no-unsafe rule #302

Merged
merged 1 commit into from Jun 14, 2019
Merged

Commits on Jun 14, 2019

  1. Enable checkAliases for react/no-unsafe rule

    By default this rule raises errors on usage of
    UNSAFE_componentWillMount, UNSAFE_componentWillReceiveProps and
    UNSAFE_componentWillUpdate.
    
    Enabling checkAliases will also raise an error on usage of their
    unprefixed versions too (componentWillMount, componentWillReceiveProps,
    componentWillUpdate).
    BPScott committed Jun 14, 2019
    Copy the full SHA
    e9fea4a View commit details
    Browse the repository at this point in the history