@markuplint/rules
Advanced tools
Comparing version 1.0.0-alpha.42 to 1.0.0-alpha.43
@@ -14,2 +14,5 @@ "use strict"; | ||
const h1Stack = []; | ||
if (document.nodeList.length === 0) { | ||
return reports; | ||
} | ||
if (!globalRule.option['in-document-fragment'] && document.isFragment) { | ||
@@ -16,0 +19,0 @@ return reports; |
{ | ||
"name": "@markuplint/rules", | ||
"version": "1.0.0-alpha.42", | ||
"version": "1.0.0-alpha.43", | ||
"description": "Rules for markuplint", | ||
@@ -25,7 +25,7 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"@markuplint/ml-core": "^1.0.0-alpha.30", | ||
"@markuplint/pug-parser": "^1.0.0-alpha.8", | ||
"@markuplint/pug-parser": "^1.0.0-alpha.9", | ||
"@markuplint/vue-parser": "^1.0.0-alpha.17", | ||
"@markuplint/vue-spec": "^1.0.0-alpha.2" | ||
}, | ||
"gitHead": "a170f6717c298484ce8747e6ec7d33c305f0cce7" | ||
"gitHead": "16a3d0512e638a8ec8fd83cd8adbdeaf3f424b45" | ||
} |
Sorry, the diff of this file is not supported yet
365711
2515