Skip to content

feat(reacthookPlugin): add all reactHookPlugin recommended rules#146

Open
alZyad wants to merge 1 commit intomainfrom
feat/add-reactHookPlugin-recommended-rules
Open

feat(reacthookPlugin): add all reactHookPlugin recommended rules#146
alZyad wants to merge 1 commit intomainfrom
feat/add-reactHookPlugin-recommended-rules

Conversation

@alZyad
Copy link

@alZyad alZyad commented Mar 5, 2026

Enable reactHookPlugin's recommended rules to follow react's official recommendations

@github-actions github-actions bot added the no-conventional-pr-name PR name does not respect conventional commit label Mar 5, 2026
"no-return-await": "error",
"array-callback-return": ["error"],
"react-hooks/exhaustive-deps": "error",
"react-hooks/exhaustive-deps": "error", // upgrade from recommended's "warn" to "error"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove that comment

@EliottGand EliottGand changed the title BREAKING CHANGE: add all reactHookPlugin recommended rules feat(reacthookPlugin): add all reactHookPlugin recommended rules Mar 5, 2026
@github-actions github-actions bot removed the no-conventional-pr-name PR name does not respect conventional commit label Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants