htmllint
Version:
An unofficial html5 linter.
16 lines (15 loc) • 454 B
JavaScript
module.exports = {
'fig-req-figcaption': true,
'focusable-tabindex-style': true,
'input-radio-req-name': true,
'input-req-label': true,
'page-title': true,
'table-req-caption': true,
'table-req-header': true,
'tag-name-match':true,
'link-min-length-4': true,
'input-btn-req-value-or-title': true,
'button-req-content': true,
'label-no-enc-textarea-or-select': true,
'fieldset-contains-legend': true
};