Skip to content

v0.8.0

Compare
Choose a tag to compare
@ezhlobo ezhlobo released this 23 Aug 10:30
· 7 commits to master since this release

Added

  • A new rule prop-types

    We now have a chance to prevent prop-types definitions for unused props and prevent used props without definitions.

    It works with function components only for now.

    Pull Request: #68
    Initial issue: #66