remark-lint-list-item-bullet-indent
Advanced tools
Comparing version 5.0.0 to 5.0.1
export default remarkLintListItemBulletIndent; | ||
export type Root = import('mdast').Root; | ||
declare const remarkLintListItemBulletIndent: { | ||
(config?: unknown): ((tree: import("mdast").Root, file: import("vfile").VFile, next: import("unified").TransformCallback<import("mdast").Root>) => undefined) | undefined; | ||
readonly name: string; | ||
}; | ||
declare const remarkLintListItemBulletIndent: import("unified-lint-rule").Plugin<Root, unknown>; | ||
import type { Root } from 'mdast'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -54,3 +54,3 @@ /** | ||
* @author Titus Wormer | ||
* @copyright 2015 Titus Wormer | ||
* @copyright Titus Wormer | ||
* @license MIT | ||
@@ -81,3 +81,3 @@ * @example | ||
/** | ||
* @typedef {import('mdast').Root} Root | ||
* @import {Root} from 'mdast' | ||
*/ | ||
@@ -84,0 +84,0 @@ |
{ | ||
"name": "remark-lint-list-item-bullet-indent", | ||
"version": "5.0.0", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"bugs": "https://github.com/remarkjs/remark-lint/issues", | ||
"contributors": [ | ||
"Titus Wormer <tituswormer@gmail.com>" | ||
], | ||
"dependencies": { | ||
"@types/mdast": "^4.0.0", | ||
"pluralize": "^8.0.0", | ||
"unified-lint-rule": "^3.0.0", | ||
"unist-util-position": "^5.0.0" | ||
}, | ||
"description": "remark-lint rule to warn when list item bullets are indented", | ||
"license": "MIT", | ||
"exports": "./index.js", | ||
"files": [ | ||
"index.d.ts", | ||
"index.d.ts.map", | ||
"index.js" | ||
], | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"keywords": [ | ||
@@ -16,33 +34,13 @@ "indent", | ||
], | ||
"license": "MIT", | ||
"name": "remark-lint-list-item-bullet-indent", | ||
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-list-item-bullet-indent", | ||
"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>" | ||
], | ||
"scripts": {}, | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": "./index.js", | ||
"files": [ | ||
"index.d.ts", | ||
"index.d.ts.map", | ||
"index.js" | ||
], | ||
"dependencies": { | ||
"@types/mdast": "^4.0.0", | ||
"pluralize": "^8.0.0", | ||
"unified-lint-rule": "^3.0.0", | ||
"unist-util-position": "^5.0.0" | ||
}, | ||
"scripts": {}, | ||
"typeCoverage": { | ||
"atLeast": 100, | ||
"detail": true, | ||
"ignoreCatch": true, | ||
"strict": true | ||
}, | ||
"type": "module", | ||
"version": "5.0.1", | ||
"xo": { | ||
@@ -49,0 +47,0 @@ "prettier": true, |
Sorry, the diff of this file is not supported yet
11717
125