@markuplint/rules
Advanced tools
Comparing version 1.5.1 to 1.6.0
@@ -1,2 +0,2 @@ | ||
declare const _default: (import("@markuplint/ml-core").MLRule<import("./class-naming").Value, null> | import("@markuplint/ml-core").MLRule<boolean, import("./attr-spacing").AttrSpasingOptions> | import("@markuplint/ml-core").MLRule<boolean, null> | import("@markuplint/ml-core").MLRule<"always", { | ||
declare const _default: (import("@markuplint/ml-core").MLRule<boolean, import("./attr-spacing").AttrSpasingOptions> | import("@markuplint/ml-core").MLRule<boolean, null> | import("@markuplint/ml-core").MLRule<import("./class-naming").Value, null> | import("@markuplint/ml-core").MLRule<"always", { | ||
denyObsolateType: boolean; | ||
@@ -13,3 +13,3 @@ }> | import("@markuplint/ml-core").MLRule<import("./indentation").Value, import("./indentation").IndentationOptions> | import("@markuplint/ml-core").MLRule<true, { | ||
}> | import("@markuplint/ml-core").MLRule<boolean, { | ||
ignoreRoles: ("complementary" | "banner" | "main" | "contentinfo" | "form" | "navigation" | "region")[]; | ||
ignoreRoles: ("main" | "complementary" | "banner" | "contentinfo" | "form" | "navigation" | "region")[]; | ||
labelEachArea: boolean; | ||
@@ -16,0 +16,0 @@ }> | import("@markuplint/ml-core").MLRule<import("@markuplint/ml-spec").PermittedStructuresSchema[], { |
{ | ||
"name": "@markuplint/rules", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "Rules for markuplint", | ||
@@ -20,12 +20,7 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-spec": "^1.4.1" | ||
"@markuplint/html-spec": "^1.5.2", | ||
"@markuplint/ml-core": "^1.5.2", | ||
"@markuplint/ml-spec": "^1.4.2" | ||
}, | ||
"devDependencies": { | ||
"@markuplint/html-spec": "^1.5.1", | ||
"@markuplint/ml-core": "^1.5.1", | ||
"@markuplint/pug-parser": "^1.0.1-beta.0", | ||
"@markuplint/vue-parser": "^1.0.1-beta.0", | ||
"@markuplint/vue-spec": "^1.0.1-beta.0" | ||
}, | ||
"gitHead": "46a4a218a03ff25750386d3d6d7e184bbef8b046" | ||
"gitHead": "b74f154408bb46b20973cba9d36a65042ba5043f" | ||
} |
@@ -92,2 +92,2 @@ # @markuplint/rules | ||
Copyright © 2020 markuplint. Under the MIT License. | ||
Copyright © 2021 markuplint. Under the MIT License. |
@@ -18,6 +18,6 @@ { | ||
{ | ||
"path": "../pug-parser" | ||
"path": "../html-spec" | ||
}, | ||
{ | ||
"path": "../vue-parser" | ||
"path": "../html-parser" | ||
} | ||
@@ -24,0 +24,0 @@ ], |
Sorry, the diff of this file is not supported yet
0
336135
3
+ Added@markuplint/html-spec@^1.5.2
+ Added@markuplint/ml-core@^1.5.2
+ Added@markuplint/html-spec@1.8.2(transitive)
+ Added@markuplint/i18n@1.2.0(transitive)
+ Added@markuplint/ml-ast@1.6.0(transitive)
+ Added@markuplint/ml-config@1.3.0(transitive)
+ Added@markuplint/ml-core@1.9.0(transitive)
+ Addedcss-selector-parser@1.4.1(transitive)
Updated@markuplint/ml-spec@^1.4.2