Once #2561 is merged, the following linting rules will be enabled:
jsx-a11y/anchor-is-valid
jsx-a11y/no-noninteractive-element-interactions
jsx-a11y/no-static-element-interactions
jsx-a11y/click-events-have-key-events
Linter errors for existing violations of these rules have been suppressed with eslint-disable-next-line, but should be fixed.
You can find the violations by searching the codebase for jsx-a11y, which will show you the disablements.
Once #2561 is merged, the following linting rules will be enabled:
Linter errors for existing violations of these rules have been suppressed with
eslint-disable-next-line, but should be fixed.You can find the violations by searching the codebase for
jsx-a11y, which will show you the disablements.