remark-lint-maximum-line-length
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -11,4 +11,4 @@ export default remarkLintMaximumLineLength | ||
| boolean | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
@@ -15,0 +15,0 @@ number | undefined |
@@ -111,3 +111,6 @@ /** | ||
const remarkLintMaximumLineLength = lintRule( | ||
'remark-lint:maximum-line-length', | ||
{ | ||
origin: 'remark-lint:maximum-line-length', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-maximum-line-length#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, Options>} */ | ||
@@ -114,0 +117,0 @@ (tree, file, option = 80) => { |
{ | ||
"name": "remark-lint-maximum-line-length", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "remark-lint rule to warn when lines are too long", | ||
@@ -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
15045
207