remark-lint-no-undefined-references
Advanced tools
Comparing version
export default remarkLintNoUndefinedReferences; | ||
export type Nodes = import('mdast').Nodes; | ||
export type Root = import('mdast').Root; | ||
/** | ||
@@ -18,6 +16,4 @@ * Configuration. | ||
}; | ||
declare const remarkLintNoUndefinedReferences: { | ||
(config?: import("../../node_modules/unified-lint-rule/lib/index.js").Label | import("../../node_modules/unified-lint-rule/lib/index.js").Severity | Readonly<Options> | [level: import("../../node_modules/unified-lint-rule/lib/index.js").Label | import("../../node_modules/unified-lint-rule/lib/index.js").Severity, option?: Readonly<Options> | null | undefined] | null | undefined): ((tree: import("mdast").Root, file: import("vfile").VFile, next: import("unified").TransformCallback<import("mdast").Root>) => undefined) | undefined; | ||
readonly name: string; | ||
}; | ||
declare const remarkLintNoUndefinedReferences: import("unified-lint-rule").Plugin<Root, Readonly<Options> | null | undefined>; | ||
import type { Root } from 'mdast'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -68,3 +68,3 @@ /** | ||
* @author Titus Wormer | ||
* @copyright 2016 Titus Wormer | ||
* @copyright Titus Wormer | ||
* @license MIT | ||
@@ -169,4 +169,3 @@ * | ||
/** | ||
* @typedef {import('mdast').Nodes} Nodes | ||
* @typedef {import('mdast').Root} Root | ||
* @import {Nodes, Root} from 'mdast' | ||
*/ | ||
@@ -173,0 +172,0 @@ |
{ | ||
"name": "remark-lint-no-undefined-references", | ||
"version": "5.0.0", | ||
"description": "remark-lint rule to warn when references to undefined definitions are found", | ||
"license": "MIT", | ||
"keywords": [ | ||
"definition", | ||
"lint", | ||
"reference", | ||
"remark", | ||
"remark-lint", | ||
"remark-lint-rule", | ||
"rule" | ||
], | ||
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-undefined-references", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"bugs": "https://github.com/remarkjs/remark-lint/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"contributors": [ | ||
@@ -27,10 +9,2 @@ "Merlijn Vos <merlijn@soverin.net>", | ||
], | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": "./index.js", | ||
"files": [ | ||
"index.d.ts", | ||
"index.d.ts.map", | ||
"index.js" | ||
], | ||
"dependencies": { | ||
@@ -46,9 +20,33 @@ "@types/mdast": "^4.0.0", | ||
}, | ||
"description": "remark-lint rule to warn when references to undefined definitions are found", | ||
"exports": "./index.js", | ||
"files": [ | ||
"index.d.ts", | ||
"index.d.ts.map", | ||
"index.js" | ||
], | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"keywords": [ | ||
"definition", | ||
"lint", | ||
"reference", | ||
"remark", | ||
"remark-lint", | ||
"remark-lint-rule", | ||
"rule" | ||
], | ||
"license": "MIT", | ||
"name": "remark-lint-no-undefined-references", | ||
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-undefined-references", | ||
"scripts": {}, | ||
"sideEffects": false, | ||
"typeCoverage": { | ||
"atLeast": 100, | ||
"detail": true, | ||
"ignoreCatch": true, | ||
"strict": true | ||
}, | ||
"type": "module", | ||
"version": "5.0.1", | ||
"xo": { | ||
@@ -55,0 +53,0 @@ "prettier": true, |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
-100%28759
-2.28%435
-1.36%