Skip to content

Commit ab7d219

Browse files
committed
Merge pull request #85 from cody/master
Fix property itemID
2 parents b21b741 + 60c2f13 commit ab7d219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-unknown-property.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var DOM_PROPERTY_NAMES = [
2323
'crossOrigin', 'dateTime', 'encType', 'formAction', 'formEncType', 'formMethod', 'formNoValidate', 'formTarget',
2424
'frameBorder', 'hrefLang', 'htmlFor', 'httpEquiv', 'marginHeight', 'marginWidth', 'maxLength', 'mediaGroup',
2525
'noValidate', 'radioGroup', 'readOnly', 'rowSpan', 'spellCheck', 'srcDoc', 'srcSet', 'tabIndex', 'useMap',
26-
'itemProp', 'itemScope', 'itemType', 'itemRef', 'itemId'
26+
'itemProp', 'itemScope', 'itemType', 'itemRef', 'itemID'
2727
];
2828

2929
// ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)