mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
- [build(eslint-plugin-react-hooks): add ts-linting](4c0fbe73d9) This change adds configuration to the eslint config governing `eslint-plugin-react-hooks` to use the typescript-eslint plugin and parser. It adds the typescript-recommended config, and configures the team's preferred `array-type` convention. - [refactor(eslint-plugin-react-hooks): improve conditionals](540d0d95bc) This change addresses several feedback items from https://github.com/facebook/react/pull/32240 - [ci (eslint-e2e): exclude nested node_modules from cache](a3279f46a8) This change removes the nested fixture `node_modules` from being cached, so that the symbolic link can be made after the build happens.