Replies: 1 comment
-
I opened pull request #78109 that add types to the Edit: Merged 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
Add types support for @next/eslint-plugin-next.
Something like that.
Non-Goals
No response
Background
When using eslint v9 with
@next/eslint-plugin-next
and also lint config you gets a lot of type errors because of that.example:
When using stricter types it can be resolve with comments e.g.
but it's annoying.
Proposal
I would love to contribute but I think it will be better if some contributor take care of that. Currently I don't need it that much because other eslint plugins have same problems.
Beta Was this translation helpful? Give feedback.
All reactions