remark-lint-no-table-indentation
Advanced tools
Comparing version 4.0.1 to 4.1.0
export default remarkLintNoTableIndentation | ||
export type Root = import('mdast').Root | ||
declare const remarkLintNoTableIndentation: 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 |
@@ -77,3 +77,6 @@ /** | ||
const remarkLintNoTableIndentation = lintRule( | ||
'remark-lint:no-table-indentation', | ||
{ | ||
origin: 'remark-lint:no-table-indentation', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-table-indentation#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, void>} */ | ||
@@ -80,0 +83,0 @@ (tree, file) => { |
{ | ||
"name": "remark-lint-no-table-indentation", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "remark-lint rule to warn when tables are indented", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9791
139