@markuplint/config-presets
Advanced tools
Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1
{ | ||
"name": "@markuplint/config-presets", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"description": "markuplint config presets", | ||
@@ -17,6 +17,6 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"glob": "^8.0.3", | ||
"jsonc-parser": "^3.0.0", | ||
"jsonc-parser": "^3.2.0", | ||
"mustache": "^4.2.0" | ||
}, | ||
"gitHead": "d32c522e016888e20bcbb5f09352c006b964f193" | ||
"gitHead": "56de89456146a06777eb5b6d4e8ba456147dd18b" | ||
} |
@@ -13,3 +13,3 @@ # @markuplint/config-presets | ||
{ | ||
"exnteds": ["markuplint:recommended"] | ||
"extends": ["markuplint:recommended"] | ||
} | ||
@@ -22,3 +22,3 @@ ``` | ||
{ | ||
"exnteds": ["markuplint:html-standard", "markuplint:a11y"] | ||
"extends": ["markuplint:html-standard", "markuplint:a11y"] | ||
} | ||
@@ -63,3 +63,3 @@ ``` | ||
Allow `property` attr with `<meta>`|Be able to use **Open-Graph** etc.|✅|✅|✅|✅|✅|❌|❌|❌|❌|✅|❌| | ||
No hard coding **ID**|The component that hard-coded ID cannot mount to an app duplicately because the IDs must be unique in a document. Recommend to specify dynamic IDs to avoid doing that.|❌|✅|✅|❌|✅|❌|❌|❌|❌|❌|❌| | ||
No hard coding **ID**|The component that hard-coded ID cannot mount to an app duplicated because the IDs must be unique in a document. Recommend to specify dynamic IDs to avoid doing that.|❌|✅|✅|❌|✅|❌|❌|❌|❌|❌|❌| | ||
No omit **end-tag**|Recommend to write an end-tag always because it is too difficult for a human decide an element is end-tag omittable.|❌|❌|❌|✅|❌|❌|❌|❌|❌|❌|❌| | ||
@@ -66,0 +66,0 @@ Require `noreferrer` with `target=_blank`|Require `rel=noreferrer` with an element that has `target=_blank` to prevent leaking referrer information and to block operating referrer documents.|✅|✅|✅|✅|✅|❌|❌|❌|❌|❌|✅| |
@@ -14,3 +14,3 @@ { | ||
* | ||
* The component that hard-coded ID cannot mount to an app duplicately because the IDs must be unique in a document. | ||
* The component that hard-coded ID cannot mount to an app duplicated because the IDs must be unique in a document. | ||
* Recommend to specify dynamic IDs to avoid doing that. | ||
@@ -17,0 +17,0 @@ */ |
@@ -14,3 +14,3 @@ { | ||
* | ||
* The component that hard-coded ID cannot mount to an app duplicately because the IDs must be unique in a document. | ||
* The component that hard-coded ID cannot mount to an app duplicated because the IDs must be unique in a document. | ||
* Recommend to specify dynamic IDs to avoid doing that. | ||
@@ -17,0 +17,0 @@ */ |
@@ -14,3 +14,3 @@ { | ||
* | ||
* The component that hard-coded ID cannot mount to an app duplicately because the IDs must be unique in a document. | ||
* The component that hard-coded ID cannot mount to an app duplicated because the IDs must be unique in a document. | ||
* Recommend to specify dynamic IDs to avoid doing that. | ||
@@ -17,0 +17,0 @@ */ |
@@ -13,3 +13,3 @@ # @markuplint/config-presets | ||
{ | ||
"exnteds": ["markuplint:recommended"] | ||
"extends": ["markuplint:recommended"] | ||
} | ||
@@ -22,3 +22,3 @@ ``` | ||
{ | ||
"exnteds": ["markuplint:html-standard", "markuplint:a11y"] | ||
"extends": ["markuplint:html-standard", "markuplint:a11y"] | ||
} | ||
@@ -25,0 +25,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24573