remark-lint-no-heading-like-paragraph
Advanced tools
Comparing version 4.0.0 to 4.0.1
export default remarkLintNoHeadingLikeParagraph; | ||
export type Root = import('mdast').Root; | ||
declare const remarkLintNoHeadingLikeParagraph: { | ||
(config?: unknown): ((tree: import("mdast").Root, file: import("vfile").VFile, next: import("unified").TransformCallback<import("mdast").Root>) => undefined) | undefined; | ||
readonly name: string; | ||
}; | ||
declare const remarkLintNoHeadingLikeParagraph: import("unified-lint-rule").Plugin<Root, unknown>; | ||
import type { Root } from 'mdast'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -31,3 +31,3 @@ /** | ||
* @author Titus Wormer | ||
* @copyright 2015 Titus Wormer | ||
* @copyright Titus Wormer | ||
* @license MIT | ||
@@ -60,3 +60,3 @@ * | ||
/** | ||
* @typedef {import('mdast').Root} Root | ||
* @import {Root} from 'mdast' | ||
*/ | ||
@@ -63,0 +63,0 @@ |
{ | ||
"name": "remark-lint-no-heading-like-paragraph", | ||
"version": "4.0.0", | ||
"description": "remark-lint rule to for too many hashes (h7+ “headings”)", | ||
"license": "MIT", | ||
"keywords": [ | ||
"heading", | ||
"lint", | ||
"paragraph", | ||
"remark", | ||
"remark-lint", | ||
"remark-lint-rule", | ||
"rule" | ||
], | ||
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-heading-like-paragraph", | ||
"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": [ | ||
"Titus Wormer <tituswormer@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": "./index.js", | ||
"files": [ | ||
"index.d.ts", | ||
"index.d.ts.map", | ||
"index.js" | ||
], | ||
"dependencies": { | ||
@@ -41,9 +15,33 @@ "@types/mdast": "^4.0.0", | ||
}, | ||
"description": "remark-lint rule to for too many hashes (h7+ “headings”)", | ||
"exports": "./index.js", | ||
"files": [ | ||
"index.d.ts", | ||
"index.d.ts.map", | ||
"index.js" | ||
], | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"keywords": [ | ||
"heading", | ||
"lint", | ||
"paragraph", | ||
"remark", | ||
"remark-lint", | ||
"remark-lint-rule", | ||
"rule" | ||
], | ||
"license": "MIT", | ||
"name": "remark-lint-no-heading-like-paragraph", | ||
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-heading-like-paragraph", | ||
"scripts": {}, | ||
"sideEffects": false, | ||
"typeCoverage": { | ||
"atLeast": 100, | ||
"detail": true, | ||
"ignoreCatch": true, | ||
"strict": true | ||
}, | ||
"type": "module", | ||
"version": "4.0.1", | ||
"xo": { | ||
@@ -50,0 +48,0 @@ "prettier": true, |
Sorry, the diff of this file is not supported yet
10848
119