Skip to content

Instantly share code, notes, and snippets.

View jzeltman's full-sized avatar

Joshua Zeltman jzeltman

View GitHub Profile
@jzeltman
jzeltman / eslint-plugin-jsx-a11y-all-rules.json
Created September 20, 2019 13:24 — forked from chalisegrogan/eslint-plugin-jsx-a11y-all-rules.json
ESLint All eslint-plugin-jsx-a11y rules
{
"rules": {
"jsx-a11y/anchor-has-content": 1,
"jsx-a11y/aria-props": 1,
"jsx-a11y/aria-proptypes": 1,
"jsx-a11y/aria-role": 1,
"jsx-a11y/aria-unsupported-elements": 1,
"jsx-a11y/click-events-have-key-events": 1,
"jsx-a11y/heading-has-content": 1,
"jsx-a11y/href-no-hash": 1,