Skip to content

Commit 3013ecc

Browse files
author
Mayo
committed
added OG meta tag property
1 parent 34e4f4c commit 3013ecc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rules/no-unknown-property.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ const DOM_PROPERTY_NAMES_ONE_WORD = [
141141
'points', 'r', 'radius', 'rel', 'restart', 'result', 'rotate', 'rx', 'ry', 'scale', 'seed',
142142
'slope', 'spacing', 'speed', 'stemh', 'stemv', 'string', 'stroke', 'to', 'transform', 'u1',
143143
'u2', 'values', 'visibility', 'widths', 'x', 'x1', 'x2', 'y', 'y1', 'y2', 'z',
144+
// OpenGraph meta tag attributes
145+
'property',
144146
// React specific attributes
145147
'ref', 'key',
146148
];

0 commit comments

Comments
 (0)