Skip to content

Commit 66509a3

Browse files
YellowKirbybeefancohen
authored andcommitted
Fix typo in recommended config (#43)
Change `onclick-hs-focus` to `onclick-has-focus`
1 parent b51dd95 commit 66509a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
'jsx-a11y/mouse-events-have-key-events': 2,
3939
'jsx-a11y/no-access-key': 2,
4040
'jsx-a11y/no-onchange': 2,
41-
'jsx-a11y/onclick-hs-focus': 2,
41+
'jsx-a11y/onclick-has-focus': 2,
4242
'jsx-a11y/onclick-has-role': 2,
4343
'jsx-a11y/role-has-required-aria-props': 2,
4444
'jsx-a11y/role-supports-aria-props': 2,

0 commit comments

Comments
 (0)