remark-lint-no-table-indentation
Advanced tools
Comparing version 5.0.0 to 5.0.1
export default remarkLintNoTableIndentation; | ||
export type Root = import('mdast').Root; | ||
declare const remarkLintNoTableIndentation: { | ||
(config?: unknown): ((tree: import("mdast").Root, file: import("vfile").VFile, next: import("unified").TransformCallback<import("mdast").Root>) => undefined) | undefined; | ||
readonly name: string; | ||
}; | ||
declare const remarkLintNoTableIndentation: import("unified-lint-rule").Plugin<Root, unknown>; | ||
import type { Root } from 'mdast'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -46,3 +46,3 @@ /** | ||
* @author Titus Wormer | ||
* @copyright 2015 Titus Wormer | ||
* @copyright Titus Wormer | ||
* @license MIT | ||
@@ -95,3 +95,3 @@ * | ||
/** | ||
* @typedef {import('mdast').Root} Root | ||
* @import {Root} from 'mdast' | ||
*/ | ||
@@ -98,0 +98,0 @@ |
{ | ||
"name": "remark-lint-no-table-indentation", | ||
"version": "5.0.0", | ||
"description": "remark-lint rule to warn when tables are indented", | ||
"license": "MIT", | ||
"keywords": [ | ||
"indent", | ||
"lint", | ||
"remark", | ||
"remark-lint", | ||
"remark-lint-rule", | ||
"rule", | ||
"table" | ||
], | ||
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-table-indentation", | ||
"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": { | ||
@@ -43,9 +17,33 @@ "@types/mdast": "^4.0.0", | ||
}, | ||
"description": "remark-lint rule to warn when tables are indented", | ||
"exports": "./index.js", | ||
"files": [ | ||
"index.d.ts", | ||
"index.d.ts.map", | ||
"index.js" | ||
], | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"keywords": [ | ||
"indent", | ||
"lint", | ||
"remark", | ||
"remark-lint", | ||
"remark-lint-rule", | ||
"rule", | ||
"table" | ||
], | ||
"license": "MIT", | ||
"name": "remark-lint-no-table-indentation", | ||
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-table-indentation", | ||
"scripts": {}, | ||
"sideEffects": false, | ||
"typeCoverage": { | ||
"atLeast": 100, | ||
"detail": true, | ||
"ignoreCatch": true, | ||
"strict": true | ||
}, | ||
"type": "module", | ||
"version": "5.0.1", | ||
"xo": { | ||
@@ -52,0 +50,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
15589
208