v1.0.17
1.0.17
- Excludes the
<input type="submit">
check from the input-req-label rule. - Adds
ignore
option for tag-req-attr
'input': [
{
name: 'name',
ignore: {
'type': 'submit'
}
},
],
<input type="submit">
check from the input-req-label rule.ignore
option for tag-req-attr'input': [
{
name: 'name',
ignore: {
'type': 'submit'
}
},
],