javascript
javascript copied to clipboard
Add "require .isRequired" rule
- Anything that does not have a
defaultProp
should be marked as.isRequired
- Anything that does have a
defaultProp
should not be marked as.isRequired
Also fixed the following rule to meet this new require-ment