remark-lint-first-heading-level
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -9,2 +9,4 @@ export default remarkLintFirstHeadingLevel | ||
| [ | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| 3 | ||
@@ -14,4 +16,2 @@ | 4 | ||
| 6 | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
| undefined | ||
@@ -22,4 +22,4 @@ ] | ||
| boolean | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
@@ -26,0 +26,0 @@ 1 | 2 | 3 | 4 | 5 | 6 | undefined |
@@ -107,3 +107,6 @@ /** | ||
const remarkLintFirstHeadingLevel = lintRule( | ||
'remark-lint:first-heading-level', | ||
{ | ||
origin: 'remark-lint:first-heading-level', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-first-heading-level#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, Options>} */ | ||
@@ -110,0 +113,0 @@ (tree, file, option = 1) => { |
{ | ||
"name": "remark-lint-first-heading-level", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "remark-lint rule to warn when the first heading has a level other than a specified value", | ||
@@ -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
9748
164
13267