Open EvgenyOrekhov opened 3 years ago
ember-template-lint has many rules that can be ported to HTML ESLint, such as:
no-abstract-roles
no-aria-hidden-body
no-duplicate-landmark-elements
no-heading-inside-button
no-invalid-role
no-nested-interactive
no-nested-landmark
@EvgenyOrekhov Thanks!! I have never thought about referring to the "ember eslint plugin" but it seems to have many rules fitted in HTML. In addition to your suggestions, I found some useful rules.
Also these:
no-redundant-landmark-role
no-trailing-spaces
no-whitespace-for-layout
require-form-method
require-input-label
table-groups
ember-template-lint has many rules that can be ported to HTML ESLint, such as:
no-abstract-roles
no-aria-hidden-body
no-duplicate-landmark-elements
no-heading-inside-button
no-invalid-role
no-nested-interactive
no-nested-landmark