Skip to content

Commit aac1538

Browse files
authored
lint: add label as a checked attribute.
1 parent fc8ce3f commit aac1538

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

eslint.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,9 @@ export default defineConfig([
128128
'aria-placeholder',
129129
'aria-roledescription',
130130
'aria-valuetext',
131-
'title',
132-
'placeholder'
131+
'label',
132+
'placeholder',
133+
'title'
133134
],
134135
img: ['alt']
135136
},

0 commit comments

Comments
 (0)