Skip to content

Commit

Permalink
fix: update link to remove non-inclusive term (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Feb 14, 2022
1 parent 954f4d5 commit 86e85cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module.exports = {

// Nesting controls inside of label has poor support in assistive technologies,
// instead enforce separate tags with an htmlFor on the label.
// https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/docs/rules/label-has-associated-control.md
// https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/label-has-associated-control.md
'jsx-a11y/label-has-associated-control': ['error', {
assert: 'htmlFor',
}],
Expand Down

0 comments on commit 86e85cd

Please sign in to comment.