We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51dd95 commit 66509a3Copy full SHA for 66509a3
src/index.js
@@ -38,7 +38,7 @@ module.exports = {
38
'jsx-a11y/mouse-events-have-key-events': 2,
39
'jsx-a11y/no-access-key': 2,
40
'jsx-a11y/no-onchange': 2,
41
- 'jsx-a11y/onclick-hs-focus': 2,
+ 'jsx-a11y/onclick-has-focus': 2,
42
'jsx-a11y/onclick-has-role': 2,
43
'jsx-a11y/role-has-required-aria-props': 2,
44
'jsx-a11y/role-supports-aria-props': 2,
0 commit comments