-
Notifications
You must be signed in to change notification settings - Fork 33
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
New Plugin rules #4
Comments
So just an update my rules atm are the ones that you recommend on this new version.
|
I am still waiting for a replay. |
Is there any additional info how this rule specifies if prop is mutable or not? |
This is a little too critic. I don't know if this implies a way for me to mark the Prop as "really needs to be mutable" or if I'm just expected to disable the rule for this line/file/config. I assume that Props aren't mutable by default for a reason, but I'd love to know the reasoning for this rule to be way it is and what this message is implying. |
I have a question regarding the new version of the plugin, any specific reason why the new version comes with:
props can’t be mutable and the jsdoc are required on props etc…, inline events can't be an arrow function?
Are this changes required because of the new outputs to react and angular?
The text was updated successfully, but these errors were encountered: