@markuplint/ml-core
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -95,3 +95,3 @@ { | ||
{ | ||
"selector": ":where(script[src])", | ||
"selector": ":where(script[src]:not([type=module]))", | ||
"rules": { | ||
@@ -146,3 +146,3 @@ "required-attr": ["defer"] | ||
], | ||
"reason": "The \"rel\" attribute should be required with \"noreferrer\" if the \"a\" element has the \"target=_black\"" | ||
"reason": "The \"rel\" attribute should be required with \"noreferrer\" if the \"a\" element has the \"target=_blank\"" | ||
} | ||
@@ -149,0 +149,0 @@ } |
{ | ||
"name": "@markuplint/ml-core", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "The core module of markuplint", | ||
@@ -34,3 +34,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "e2a296de704fffd5a3f955dc436abeea4b769418" | ||
"gitHead": "78a216ef647c416996835244b9d3258342522dd6" | ||
} |
209098