diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-18 10:01:17 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-18 10:01:17 +0300 |
commit | 095a31c8fb4575dd1b02d4c10a188368398e0749 (patch) | |
tree | f7b6dc1f01d309e5ddb751201aea3abcc90b485d /ROADMAP.md | |
parent | a7aeded00994c56e4a6f24f53944b159be3a253d (diff) | |
download | eslint-config-095a31c8fb4575dd1b02d4c10a188368398e0749.tar.xz eslint-config-095a31c8fb4575dd1b02d4c10a188368398e0749.zip |
Added jsx-a11y plugin
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -328,6 +328,45 @@ - [ ] "prefer-default-export" - [ ] "unambiguous" +## jsx-a11y + +- [ ] "accessible-emoji" +- [ ] "alt-text" +- [ ] "anchor-has-content" +- [ ] "anchor-is-valid" +- [ ] "aria-activedescendant-has-tabindex" +- [ ] "aria-props" +- [ ] "aria-proptypes" +- [ ] "aria-role" +- [ ] "aria-unsupported-elements" +- [ ] "autocomplete-valid" +- [ ] "click-events-have-key-events" +- [ ] "control-has-associated-label" +- [ ] "heading-has-content" +- [ ] "html-has-lang" +- [ ] "iframe-has-title" +- [ ] "img-redundant-alt" +- [ ] "interactive-supports-focus" +- [ ] "label-has-associated-control" +- [ ] "label-has-for" +- [ ] "lang" +- [ ] "media-has-caption" +- [ ] "mouse-events-have-key-events" +- [ ] "no-access-key" +- [ ] "no-autofocus" +- [ ] "no-distracting-elements" +- [ ] "no-interactive-element-to-noninteractive-role" +- [ ] "no-noninteractive-element-interactions" +- [ ] "no-noninteractive-element-to-interactive-role" +- [ ] "no-noninteractive-tabindex" +- [ ] "no-onchange" +- [ ] "no-redundant-roles" +- [ ] "no-static-element-interactions" +- [ ] "role-has-required-aria-props" +- [ ] "role-supports-aria-props" +- [ ] "scope" +- [ ] "tabindex-no-positive" + ## Security - [ ] "detect-buffer-noassert" |