Skip to content

Commit

Permalink
Merge pull request #1549 from jseminck/documentation-fix-2
Browse files Browse the repository at this point in the history
[Docs] Add link to "button-has-type" rule docs in the main README
  • Loading branch information
ljharb committed Nov 19, 2017
2 parents 56c0a0b + 31bfdf7 commit 32a050a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
# List of supported rules

* [react/boolean-prop-naming](docs/rules/boolean-prop-naming.md): Enforces consistent naming for boolean props
* [react/button-has-type](docs/rules/button-has-type.md): Forbid "button" element without an explicit "type" attribute
* [react/default-props-match-prop-types](docs/rules/default-props-match-prop-types.md): Prevent extraneous defaultProps on components
* [react/destructuring-assignment](docs/rules/destructuring-assignment.md): Rule enforces consistent usage of destructuring assignment in component
* [react/display-name](docs/rules/display-name.md): Prevent missing `displayName` in a React component definition
Expand Down

0 comments on commit 32a050a

Please sign in to comment.