We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rule @eslint-react/prefer-read-only-props triggers when using Readonly<React.HTMLAttributes<T>>
@eslint-react/prefer-read-only-props
Readonly<React.HTMLAttributes<T>>
https://stackblitz.com/edit/vitejs-vite-znmyb7tb
npm run lint
No type errors
plugin 1.30.0
No response
The text was updated successfully, but these errors were encountered:
fix: 'prefer-read-only-props' false positive using React types, closes …
6c94d44
…#962
873816a
No branches or pull requests
Describe the bug
Rule
@eslint-react/prefer-read-only-props
triggers when usingReadonly<React.HTMLAttributes<T>>
Reproduction
https://stackblitz.com/edit/vitejs-vite-znmyb7tb
Expected behavior
No type errors
Platform and versions
Stack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: