remark-lint-list-item-spacing
Advanced tools
Comparing version 4.0.1 to 4.1.0
@@ -10,5 +10,5 @@ export default remarkLintListItemSpacing | ||
| [ | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| Options | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
| undefined | ||
@@ -19,4 +19,4 @@ ] | ||
| boolean | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
@@ -23,0 +23,0 @@ Options | undefined |
@@ -130,3 +130,6 @@ /** | ||
const remarkLintListItemSpacing = lintRule( | ||
'remark-lint:list-item-spacing', | ||
{ | ||
origin: 'remark-lint:list-item-spacing', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-list-item-spacing#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, Options>} */ | ||
@@ -133,0 +136,0 @@ (tree, file, option = {}) => { |
{ | ||
"name": "remark-lint-list-item-spacing", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "remark-lint rule to warn when list looseness is incorrect", | ||
@@ -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
11877
214