remark-lint-no-duplicate-definitions
Advanced tools
Comparing version 3.0.1 to 3.1.0
export default remarkLintNoDuplicateDefinitions | ||
export type Root = import('mdast').Root | ||
declare const remarkLintNoDuplicateDefinitions: 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 |
@@ -38,3 +38,6 @@ /** | ||
const remarkLintNoDuplicateDefinitions = lintRule( | ||
'remark-lint:no-duplicate-definitions', | ||
{ | ||
origin: 'remark-lint:no-duplicate-definitions', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-duplicate-definitions#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, void>} */ | ||
@@ -41,0 +44,0 @@ (tree, file) => { |
{ | ||
"name": "remark-lint-no-duplicate-definitions", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "remark-lint rule to warn on duplicate definitions", | ||
@@ -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
7163
79