Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eslint config: upgrade eslint-plugin-react to version 7.26.0 #3164

Merged
merged 1 commit into from
Sep 23, 2021

Commits on Sep 23, 2021

  1. Eslint config: upgrade eslint-plugin-react to version 7.26.0

    This change updates `eslint-plugin-react` to the latest version 7.26.0
    and workarounds `fbt` oddities discovered in the previous version (jsx-eslint/eslint-plugin-react#3080).
    I added 2 fixtures to make sure `no-unused-vars` rule works as expected
    with FBT.
    
    Additionally, it removes unused suppression comments that were also fixed
    in previous React plugin version (jsx-eslint/eslint-plugin-react#3063).
    
    Changelog: https://github.com/yannickcr/eslint-plugin-react/blob/eeb0144f14aa972f533e2ef0b094f6742d63c492/CHANGELOG.md#7260---20210920
    mrtnzlml committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    596d202 View commit details
    Browse the repository at this point in the history