-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port rules from ember-template-lint #54
Labels
enhancement
New feature or request
Milestone
Comments
@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. |
This was referenced Apr 25, 2021
Merged
yeonjuan
added a commit
that referenced
this issue
Sep 24, 2022
yeonjuan
added a commit
that referenced
this issue
Sep 25, 2022
This was referenced Dec 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: