Skip to content

Add ESLint plugin for React hooks#1536

Merged
koesie10 merged 1 commit intomainfrom
koesie10/eslint-plugin-react-hooks
Sep 22, 2022
Merged

Add ESLint plugin for React hooks#1536
koesie10 merged 1 commit intomainfrom
koesie10/eslint-plugin-react-hooks

Conversation

@koesie10
Copy link
Copy Markdown
Member

This will add the ESLint plugin for React hooks which will automatically check that all dependencies are listed in useMemo, useEffect, etc.

See: https://www.npmjs.com/package/eslint-plugin-react-hooks

Checklist

  • CHANGELOG.md has been updated to incorporate all user visible changes made by this pull request.
  • Issues have been created for any UI or other user-facing changes made by this pull request.
  • [Maintainers only] If this pull request makes user-facing changes that require documentation changes, open a corresponding docs pull request in the github/codeql repo and add the ready-for-doc-review label there.

This will add the ESLint plugin for React hooks which will automatically
check that all dependencies are listed in `useMemo`, `useEffect`, etc.

See: https://www.npmjs.com/package/eslint-plugin-react-hooks
@koesie10 koesie10 requested a review from a team September 22, 2022 15:12
@koesie10 koesie10 requested a review from a team as a code owner September 22, 2022 15:12
@koesie10 koesie10 merged commit a74c8a7 into main Sep 22, 2022
@koesie10 koesie10 deleted the koesie10/eslint-plugin-react-hooks branch September 22, 2022 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants