javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Add "require .isRequired" rule

Open jamiekyle-eb opened this issue 5 years ago • 0 comments

  • 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

jamiekyle-eb avatar Sep 06 '19 16:09 jamiekyle-eb