react/packages/eslint-plugin-react-hooks/src
Stephen Cyron 1f7a901d7b
Fix false positive lint error with large number of branches (#24287)
* Switched RulesOfHooks.js to use BigInt. Added test and updated .eslintrc.js to use es2020.

* Added BigInt as readonly global in eslintrc.cjs.js and eslintrc.cjs2015.js

* Added comment to RulesOfHooks.js that gets rid of BigInt eslint error

* Got rid of changes in .eslintrc.js and yarn.lock

* Move global down

Co-authored-by: stephen cyron <stephen.cyron@fdmgroup.com>
Co-authored-by: dan <dan.abramov@gmail.com>
2022-04-08 00:22:47 +01:00
..
ExhaustiveDeps.js feat(eslint-plugin-react-hooks): support ESLint 8.x (#22248) 2021-09-06 20:17:51 +01:00
RulesOfHooks.js Fix false positive lint error with large number of branches (#24287) 2022-04-08 00:22:47 +01:00
index.js [eslint-plugin-react-hooks] Added meta property (including docs) (#16607) 2020-04-01 21:13:10 +01:00