Rel1cx / eslint-react

A series of composable ESLint rules for libraries and frameworks that use React as a UI runtime.
https://eslint-react.xyz
MIT License
156 stars 6 forks source link

[bug] Missing `prefer-read-only-props` #590

Closed christopher-buss closed 2 weeks ago

christopher-buss commented 3 weeks ago

Describe the bug

This may not be a bug, and I may be completely mistaken, but in #85 the following appears: react/prefer-read-only-props ··············-> @eslint-react/react/prefer-readonly-props

This is not currently a part of eslint-react? The only mention of it in this entire codebase seems to be this issue. Is this an oversight?

Reproduction

No response

Expected behavior

No response

Platform and versions

Latest GitHub.

Stack trace

No response

Additional context

No response