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

Fix false positive lint error with large number of branches #24287

Merged
merged 5 commits into from Apr 7, 2022

Commits on Apr 6, 2022

  1. Switched RulesOfHooks.js to use BigInt. Added test and updated .eslin…

    …trc.js to use es2020.
    stephen cyron committed Apr 6, 2022
    Copy the full SHA
    15ebafa View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Added BigInt as readonly global in eslintrc.cjs.js and eslintrc.cjs20…

    …15.js
    stephen cyron committed Apr 7, 2022
    Copy the full SHA
    9db455a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bee57d9 View commit details
    Browse the repository at this point in the history
  3. Got rid of changes in .eslintrc.js and yarn.lock

    stephen cyron committed Apr 7, 2022
    Copy the full SHA
    89c4cf6 View commit details
    Browse the repository at this point in the history
  4. Move global down

    gaearon committed Apr 7, 2022
    Copy the full SHA
    8797f17 View commit details
    Browse the repository at this point in the history