Skip to content

Commit 32a050a

Browse files
authored
Merge pull request #1549 from jseminck/documentation-fix-2
[Docs] Add link to "button-has-type" rule docs in the main README
2 parents 56c0a0b + 31bfdf7 commit 32a050a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
8383
# List of supported rules
8484

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

0 commit comments

Comments
 (0)