[Rule Request] react-hooks/prefer-use-state-lazy-initialization
#214
Labels
Type: Feature
New features
react-hooks/prefer-use-state-lazy-initialization
#214
Describe the problem
Disallow function calls in
useState
that aren't wrapped in an initializer function:Describe the solution you'd like
Port jsx-eslint/eslint-plugin-react#3579
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: