remark-lint-no-heading-like-paragraph
Advanced tools
Comparing version 3.0.1 to 3.1.0
export default remarkLintNoHeadingLikeParagraph | ||
export type Root = import('mdast').Root | ||
declare const remarkLintNoHeadingLikeParagraph: 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 |
@@ -40,3 +40,6 @@ /** | ||
const remarkLintNoHeadingLikeParagraph = lintRule( | ||
'remark-lint:no-heading-like-paragraph', | ||
{ | ||
origin: 'remark-lint:no-heading-like-paragraph', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-heading-like-paragraph#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, void>} */ | ||
@@ -43,0 +46,0 @@ (tree, file) => { |
{ | ||
"name": "remark-lint-no-heading-like-paragraph", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "remark-lint rule to for too many hashes (h7+ “headings”)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
6611
75