Skip to content

Commit

Permalink
[Fix] no-unknown-property: one more controlList -> controlsList
Browse files Browse the repository at this point in the history
  • Loading branch information
sjarva authored and ljharb committed Sep 5, 2022
1 parent 4be5632 commit c59ad4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-unknown-property.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ const DOM_PROPERTY_NAMES_TWO_WORDS = [
'onSeeked', 'onSeeking', 'onStalled', 'onSuspend', 'onTimeUpdate', 'onVolumeChange', 'onWaiting',
'onMouseMoveCapture',
// Video specific,
'autoPictureInPicture', 'controlList', 'disablePictureInPicture', 'disableRemotePlayback',
'autoPictureInPicture', 'controlsList', 'disablePictureInPicture', 'disableRemotePlayback',
];

const DOM_PROPERTIES_IGNORE_CASE = ['charset', 'allowFullScreen', 'webkitAllowFullScreen', 'mozAllowFullScreen'];
Expand Down

0 comments on commit c59ad4a

Please sign in to comment.