Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(config): disable jsx-a11y/no-onchange #53

Merged
merged 1 commit into from Jul 6, 2021

Conversation

deini
Copy link
Member

@deini deini commented Jul 6, 2021

This rule has been deprecated and removed from the recommended rules on jsx-eslint/eslint-plugin-jsx-a11y#757.

More context on: jsx-eslint/eslint-plugin-jsx-a11y#398

Left a comment to remove it once it gets released.

@deini deini merged commit 1fd25f9 into bigcommerce:master Jul 6, 2021
@deini deini deleted the no-onchange branch July 6, 2021 18:40
Comment on lines +14 to +15
// Remove when https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/757 gets released
'jsx-a11y/no-onchange': 'off',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iirc eslint will complain with a non existing rule...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rule still exists, just got deprecated from the recommended config.

Copy link
Contributor

@icatalina icatalina Jul 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant when they delete the rule, will find out... not sure we needed the coment 😅

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.

None yet

3 participants