Appearance
no-implicit-button-type
Require explicit type on button.
warning
<button>Click</button>
<button type="button">Click</button>
{ "rules": { "no-implicit-button-type": "error" } }