remark-lint-table-pipe-alignment
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -6,9 +6,9 @@ export default remarkLintTablePipeAlignment | ||
declare const remarkLintTablePipeAlignment: import('unified').Plugin< | ||
| [unknown] | ||
| void[] | ||
| [unknown] | ||
| [ | ||
( | ||
| boolean | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
@@ -15,0 +15,0 @@ unknown |
@@ -60,3 +60,6 @@ /** | ||
const remarkLintTablePipeAlignment = lintRule( | ||
'remark-lint:table-pipe-alignment', | ||
{ | ||
origin: 'remark-lint:table-pipe-alignment', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-table-pipe-alignment#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, void>} */ | ||
@@ -63,0 +66,0 @@ (tree, file) => { |
{ | ||
"name": "remark-lint-table-pipe-alignment", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "remark-lint rule to warn when table pipes are not aligned", | ||
@@ -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
9848
118