remark-lint-unordered-list-marker-style
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -8,5 +8,5 @@ export default remarkLintUnorderedListMarkerStyle | ||
| [ | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| Options | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
| undefined | ||
@@ -17,4 +17,4 @@ ] | ||
| boolean | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
@@ -21,0 +21,0 @@ Options | undefined |
@@ -90,3 +90,6 @@ /** | ||
const remarkLintUnorderedListMarkerStyle = lintRule( | ||
'remark-lint:unordered-list-marker-style', | ||
{ | ||
origin: 'remark-lint:unordered-list-marker-style', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-unordered-list-marker-style#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, Options>} */ | ||
@@ -93,0 +96,0 @@ (tree, file, option = 'consistent') => { |
{ | ||
"name": "remark-lint-unordered-list-marker-style", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "remark-lint rule to warn when markers of unordered lists violate a given style", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
10611
148