remark-lint-list-item-indent
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -7,5 +7,5 @@ export default remarkLintListItemIndent | ||
| [ | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| Options | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
| undefined | ||
@@ -16,4 +16,4 @@ ] | ||
| boolean | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
@@ -20,0 +20,0 @@ Options | undefined |
@@ -128,3 +128,6 @@ /** | ||
const remarkLintListItemIndent = lintRule( | ||
'remark-lint:list-item-indent', | ||
{ | ||
origin: 'remark-lint:list-item-indent', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-list-item-indent#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, Options>} */ | ||
@@ -131,0 +134,0 @@ (tree, file, option = 'tab-size') => { |
{ | ||
"name": "remark-lint-list-item-indent", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "remark-lint rule to warn when the spacing between a list item’s bullet and its content violates 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
12176
194