-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
📎 Implement noNestedComponentDefinitions
#4989
Comments
Personal note: I thought the name of the rule was preventing the use of nested components e.g Maybe the proposed name is fine. I would go for |
I like noNestedComponentDefinitions |
Hi @dyc3 , I am interested in this, can you assign this to me? |
@Atishay-J Sure! Be sure to make your PR against the |
sure! will do |
noNestedComponents
noNestedComponentDefinitions
Hi @dyc3 , |
@ematipico @dyc3 |
Yeah, we should cover those. Give it a shot! It's OK if you don't want to account for all of those cases in the first PR, you can make multiple PRs for this. |
OK, thank you. I'll try it! |
Description
Port
no-nested-components
from@eslint-react/eslint-plugin
.The rule sources should include
@eslint-react/eslint-plugin
andeslint-plugin-react-x
.Source: https://eslint-react.xyz/docs/rules/no-nested-components
Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't worry, we can unassign you later if you are no longer interested in the issue! Read our contributing guide and analyzer contributing guide.
The text was updated successfully, but these errors were encountered: