html-enumerated-attributes
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -393,2 +393,8 @@ /** | ||
}, | ||
shadowrootmode: { | ||
missing: null, | ||
invalid: null, | ||
selector: 'template', | ||
states: [null, 'closed', 'open'] | ||
}, | ||
shape: { | ||
@@ -395,0 +401,0 @@ missing: 'rect', |
{ | ||
"name": "html-enumerated-attributes", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Map of info on enumerated attributes in HTML", | ||
@@ -38,3 +38,9 @@ "license": "MIT", | ||
}, | ||
"xo": false | ||
"xo": { | ||
"prettier": true, | ||
"rules": { | ||
"capitalized-comments": "off", | ||
"unicorn/text-encoding-identifier-case": "off" | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21315
605
0