Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

new rule: unused react interface property #73

Closed
HamletDRC opened this issue Oct 28, 2015 · 0 comments
Closed

new rule: unused react interface property #73

HamletDRC opened this issue Oct 28, 2015 · 0 comments
Milestone

Comments

@HamletDRC
Copy link
Member

Look for unused members of Props.

We have to have some convention here. I think by default the Props interface is called "Props". So if a module defines a "Props" interface and also defines a class in it... then make sure this.props.xxx is at least referenced once.

This is pretty MSE specific, but would help us a lot to keep the code clean.

@HamletDRC HamletDRC modified the milestones: Pre 2.0.9, 2.0.10 Aug 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant