remark-lint-no-heading-punctuation
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -10,4 +10,4 @@ export default remarkLintNoHeadingPunctuation | ||
| boolean | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
@@ -14,0 +14,0 @@ string | undefined |
@@ -58,3 +58,6 @@ /** | ||
const remarkLintNoHeadingPunctuation = lintRule( | ||
'remark-lint:no-heading-punctuation', | ||
{ | ||
origin: 'remark-lint:no-heading-punctuation', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-heading-punctuation#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, Options>} */ | ||
@@ -61,0 +64,0 @@ (tree, file, option = '\\.,;:!?') => { |
{ | ||
"name": "remark-lint-no-heading-punctuation", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "remark-lint rule to warn when headings end in illegal characters", | ||
@@ -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
7876
90