Skip to content

Conversation

YellowKirby
Copy link
Contributor

I was trying to set up an eslintrc extending the recommended rules for jsx-a11y:

"extends": ["eslint:recommended", "plugin:react/recommended", "plugin:jsx-a11y/recommended"],
...
"plugins": [
    "react",
    "jsx-a11y"
]

And got a whole bunch of:

1:1  error  Definition for rule 'jsx-a11y/onclick-hs-focus' was not found  jsx-a11y/onclick-hs-focus

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.055% when pulling 6ed412a on YellowKirby:fix-typo-recommended-rules into b51dd95 on evcohen:master.

@beefancohen beefancohen merged commit 66509a3 into jsx-eslint:master Apr 26, 2016
@beefancohen
Copy link
Contributor

Ah, careless errors. Thanks! Getting a 500 on trying to publish v1.0.3 - will comment as soon as its resolved.

@YellowKirby YellowKirby deleted the fix-typo-recommended-rules branch April 26, 2016 00:56
@beefancohen
Copy link
Contributor

beefancohen commented Apr 26, 2016

v1.0.3 was published. thanks for the PR 😄

@YellowKirby
Copy link
Contributor Author

Awesome. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants