File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ Then configure the rules you want to use under the rules section.
74
74
- [ label-uses-for] ( docs/rules/label-uses-for.md ) : Enforce that label elements have the htmlFor attribute
75
75
- [ redundant-alt] ( docs/rules/redundant-alt.md ) : Enforce img alt attribute does not contain the word image, picture, or photo.
76
76
- [ no-hash-href] ( docs/rules/no-hash-href.md ) : Enforce an anchor element's href prop value is not just #.
77
+ - [ no-invalid-aria] ( docs/rules/no-invalid-aria.md ) : Enforce all aria-* properties are valid.
77
78
- [ valid-aria-role] ( docs/rules/valid-aria-role.md ) : Enforce that elements with ARIA roles must use a valid, non-abstract ARIA role.
78
79
- [ valid-aria-proptype] ( docs/rules/valid-aria-proptype.md ) : Enforce ARIA state and property values are valid.
79
80
You can’t perform that action at this time.
0 commit comments