We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c0a0b commit 31bfdf7Copy full SHA for 31bfdf7
README.md
@@ -83,6 +83,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
83
# List of supported rules
84
85
* [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
87
* [react/default-props-match-prop-types](docs/rules/default-props-match-prop-types.md): Prevent extraneous defaultProps on components
88
* [react/destructuring-assignment](docs/rules/destructuring-assignment.md): Rule enforces consistent usage of destructuring assignment in component
89
* [react/display-name](docs/rules/display-name.md): Prevent missing `displayName` in a React component definition
0 commit comments