Skip to content

Commit 17f3916

Browse files
committed
Add url to label-has-associated-control
1 parent ed79b55 commit 17f3916

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/rules/label-has-associated-control.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ const validateId = (node) => {
4343

4444
export default ({
4545
meta: {
46-
docs: { description: 'Enforce that a `label` tag has a text label and an associated control.' },
46+
docs: {
47+
url: 'https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/label-has-associated-control.md',
48+
},
4749
schema: [schema],
4850
},
4951

0 commit comments

Comments
 (0)