remark-lint-list-item-bullet-indent
Advanced tools
Comparing version 4.0.1 to 4.1.0
export default remarkLintListItemBulletIndent | ||
export type Root = import('mdast').Root | ||
declare const remarkLintListItemBulletIndent: import('unified').Plugin< | ||
| [unknown] | ||
| void[] | ||
| [unknown] | ||
| [ | ||
( | ||
| boolean | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
@@ -12,0 +12,0 @@ unknown |
@@ -49,3 +49,6 @@ /** | ||
const remarkLintListItemBulletIndent = lintRule( | ||
'remark-lint:list-item-bullet-indent', | ||
{ | ||
origin: 'remark-lint:list-item-bullet-indent', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-list-item-bullet-indent#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, void>} */ | ||
@@ -52,0 +55,0 @@ (tree, file) => { |
{ | ||
"name": "remark-lint-list-item-bullet-indent", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "remark-lint rule to warn when list item bullets are indented", | ||
@@ -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
8024
96