Skip to content
New issue

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

feat(componentGroups): rename InvalidObjectProps to MissingPageProps #799

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

adamviktora
Copy link
Contributor

Closes #786

Adds a helper to rename interface. I added the @typescript-eslint/utils package for that reason to type the given typescript Nodes. However it does it not fit 100% with the current Rule.RuleContext we are using, so I had to do the node as unknown as Node casting.

In the future we might migrate to use @typescript-eslint/utils instead of estree-jsx entirely, but it would require basically updating every rule and helpers, so I don't know if it is worth it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Component groups InvalidObject rename does not update InvalidObjectProps
1 participant