Skip to content

Commit 5d3d75b

Browse files
committed
fix: disable for nesting (vuejs-accessibility/label-has-for)
1 parent ff31d02 commit 5d3d75b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

packages/ui/.eslintrc.cjs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,14 @@ module.exports = {
2929
],
3030
},
3131
],
32-
}
32+
'vuejs-accessibility/label-has-for': [
33+
'error',
34+
{
35+
'required': {
36+
'some': ['nesting', 'id'],
37+
},
38+
'allowChildren': false,
39+
},
40+
],
41+
},
3342
}

0 commit comments

Comments
 (0)