@markuplint/rules
Advanced tools
Comparing version 1.0.0-alpha.21 to 1.0.0-alpha.22
@@ -61,2 +61,5 @@ "use strict"; | ||
spec = ml_spec_1.getSpecByTagName(element.nodeName, html_ls_1.default); | ||
if (!spec) { | ||
return [2 /*return*/]; | ||
} | ||
_loop_1 = function (attr) { | ||
@@ -63,0 +66,0 @@ var name_1 = attr.name.raw.toLowerCase(); |
{ | ||
"name": "@markuplint/rules", | ||
"version": "1.0.0-alpha.21", | ||
"version": "1.0.0-alpha.22", | ||
"description": "Rules for markuplint", | ||
@@ -20,9 +20,9 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/html-ls": "^1.0.0-alpha.13", | ||
"@markuplint/ml-spec": "^1.0.0-alpha.5" | ||
"@markuplint/html-ls": "^1.0.0-alpha.14", | ||
"@markuplint/ml-spec": "^1.0.0-alpha.6" | ||
}, | ||
"devDependencies": { | ||
"@markuplint/ml-core": "^1.0.0-alpha.16" | ||
"@markuplint/ml-core": "^1.0.0-alpha.17" | ||
}, | ||
"gitHead": "6020a21a51d464113721151a7324116a211e24d7" | ||
"gitHead": "465ee42717d5f9007358c116f09398a2b08cf73e" | ||
} |
@@ -33,3 +33,3 @@ # @markuplint/rules | ||
| 🚧 | 🚧 | 🚧 | [labeling-controls](./src/labeling-controls/) | | ||
| 🚧 | 🚧 | 🚧 | [landmark-roles](./src/landmark-roles/) | | ||
| ✅ | ✅ | ✅ | [landmark-roles](./src/landmark-roles/) | | ||
| ✅ | ✅ | ✅ | [required-h1](./src/required-h1/) | | ||
@@ -36,0 +36,0 @@ |
Sorry, the diff of this file is not supported yet
352076
52
2975