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

off jsx-a11y/label-fas-for #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

masuP9
Copy link
Member

@masuP9 masuP9 commented Aug 29, 2018

this rule was deprecated on eslint-plugin-jsx-a11y v6.1.0
some : ['nesting', 'id']
}
}]
'jsx-a11y/label-has-for' : 'off' // [Deprecated on eslint-plugin-jsx-a11y v6.1.0]
Copy link
Contributor

Choose a reason for hiding this comment

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

@masuP9 Do not use label-has-associated-control?

https://github.com/evcohen/eslint-plugin-jsx-a11y/releases/tag/v6.1.0

[deprecate] The rule label-has-for is deprecated and replaced with label-has-associated-control

Copy link
Member Author

Choose a reason for hiding this comment

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

@tommy-san label-has-associated-control rule is already include recommend on v6.1.0

https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/src/index.js#L77

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

@tommy-san tommy-san left a comment

Choose a reason for hiding this comment

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

LGTM

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