remark-lint-no-multiple-toplevel-headings
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,3 +5,3 @@ export default remarkLintNoMultipleToplevelHeadings | ||
export type Options = Heading['depth'] | ||
declare const remarkLintNoMultipleToplevelHeadings: import('unified-lint-rule/node_modules/unified').Plugin< | ||
declare const remarkLintNoMultipleToplevelHeadings: import('unified').Plugin< | ||
| void[] | ||
@@ -8,0 +8,0 @@ | [ |
{ | ||
"name": "remark-lint-no-multiple-toplevel-headings", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "remark-lint rule to warn when multiple top level headings are used", | ||
@@ -14,3 +14,7 @@ "license": "MIT", | ||
], | ||
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-multiple-toplevel-headings", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/remarkjs/remark-lint", | ||
"directory": "packages/remark-lint-no-multiple-toplevel-headings" | ||
}, | ||
"bugs": "https://github.com/remarkjs/remark-lint/issues", | ||
@@ -17,0 +21,0 @@ "funding": { |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7450
0