@markuplint/config-presets
Advanced tools
Comparing version 3.0.0-alpha.6 to 3.0.0-alpha.27
{ | ||
"name": "@markuplint/config-presets", | ||
"version": "3.0.0-alpha.6", | ||
"version": "3.0.0-alpha.27+b5eef04a", | ||
"description": "markuplint config presets", | ||
@@ -20,3 +20,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "b185a06d4ea09a1bf32458f7be4abe510eb57b89" | ||
"gitHead": "b5eef04a99177b25dccb164b486fba9fa01893ae" | ||
} |
@@ -1,1 +0,1 @@ | ||
{"rules":{"disallowed-element":["hgroup"],"id-duplication":true,"invalid-attr":{"option":{"attrs":{"autofocus":{"disallowed":true},"accesskey":{"disallowed":true},"tabindex":{"enum":["-1","0"]}}}},"label-has-control":true,"landmark-roles":true,"no-refer-to-non-existent-id":true,"require-accessible-name":true,"required-h1":true,"use-list":true,"wai-aria":true},"nodeRules":[{"selector":":where(html)","rules":{"required-attr":["lang"]}},{"selector":":where(abbr)","rules":{"required-attr":["title"]}},{"selector":":where(video, audio)","rules":{"required-element":["track"]}},{"selector":":where(video[autoplay])","rules":{"required-attr":["muted"]}},{"selector":":where(th, td)","rules":{"invalid-attr":{"option":{"attrs":{"colspan":{"disallowed":true},"rowspan":{"disallowed":true}}}}}},{"selector":":where(summary)","rules":{"disallowed-element":[":model(interactive)"]}}]} | ||
{"rules":{"disallowed-element":["hgroup"],"id-duplication":true,"invalid-attr":{"options":{"attrs":{"autofocus":{"disallowed":true},"accesskey":{"disallowed":true},"tabindex":{"enum":["-1","0"]}}}},"label-has-control":true,"landmark-roles":true,"no-refer-to-non-existent-id":true,"require-accessible-name":true,"required-h1":true,"use-list":true,"wai-aria":true},"nodeRules":[{"selector":":where(html)","rules":{"required-attr":["lang"]}},{"selector":":where(abbr)","rules":{"required-attr":["title"]}},{"selector":":where(video, audio)","rules":{"required-element":["track"]}},{"selector":":where(video[autoplay])","rules":{"required-attr":["muted"]}},{"selector":":where(th, td)","rules":{"invalid-attr":{"options":{"attrs":{"colspan":{"disallowed":true},"rowspan":{"disallowed":true}}}}}},{"selector":":where(summary)","rules":{"disallowed-element":[":model(interactive)"]}}]} |
@@ -1,1 +0,1 @@ | ||
{"nodeRules":[{"selector":":where(meta[property])","rules":{"invalid-attr":{"option":{"attrs":{"property":{"type":"NoEmptyAny"},"content":{"type":"NoEmptyAny"}}}},"required-attr":false}}]} | ||
{"nodeRules":[{"selector":":where(meta[property])","rules":{"invalid-attr":{"options":{"attrs":{"property":{"type":"NoEmptyAny"},"content":{"type":"NoEmptyAny"}}}},"required-attr":false}}]} |
# @markuplint/config-presets | ||
[](https://www.npmjs.com/package/@markuplint/config-presets) | ||
[](https://travis-ci.org/markuplint/markuplint) | ||
[](https://coveralls.io/github/markuplint/markuplint?branch=main) | ||
@@ -25,3 +23,3 @@ ## Usage | ||
## Presets | ||
## Ruleset Mapping | ||
@@ -70,7 +68,8 @@ Ruleset|Description|`recommended`|`recommended-vue`|`recommended-svelte`|`recommended-static-html`|`recommended-react`|`a11y`|`code-styles`|`html-standard`|`performance`|`rdfa`|`security`| | ||
`markuplint` package includes this package. | ||
[`markuplint`](https://www.npmjs.com/package/markuplint) package includes this package. | ||
If you are installing purposely, how below: | ||
<details> | ||
<summary>If you are installing purposely, how below:</summary> | ||
```sh | ||
```shell | ||
$ npm install @markuplint/config-presets | ||
@@ -80,1 +79,3 @@ | ||
``` | ||
</details> |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
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
79
11429