You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[prefer-read-only-props](docs/rules/prefer-read-only-props.md)| Enforce that props are read-only ||| 🔧 |||
380
380
|[prefer-stateless-function](docs/rules/prefer-stateless-function.md)| Enforce stateless components to be written as a pure function ||||||
381
+
|[prefer-use-state-lazy-initialization](docs/rules/prefer-use-state-lazy-initialization.md)| Disallow function calls in useState that aren't wrapped in an initializer function ||||||
381
382
|[prop-types](docs/rules/prop-types.md)| Disallow missing props validation in a React component definition | ☑️ |||||
382
383
|[react-in-jsx-scope](docs/rules/react-in-jsx-scope.md)| Disallow missing React when using JSX | ☑️ | 🏃 ||||
383
384
|[require-default-props](docs/rules/require-default-props.md)| Enforce a defaultProps definition for every prop that is not a required prop ||||||
0 commit comments