remark-lint-linebreak-style
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -8,5 +8,5 @@ export default remarkLintLinebreakStyle | ||
| [ | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| Options | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
| undefined | ||
@@ -17,4 +17,4 @@ ] | ||
| boolean | ||
| import('unified-lint-rule').Severity | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
@@ -21,0 +21,0 @@ Options | undefined |
@@ -66,3 +66,6 @@ /** | ||
const remarkLintLinebreakStyle = lintRule( | ||
'remark-lint:linebreak-style', | ||
{ | ||
origin: 'remark-lint:linebreak-style', | ||
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-linebreak-style#readme' | ||
}, | ||
/** @type {import('unified-lint-rule').Rule<Root, Options>} */ | ||
@@ -69,0 +72,0 @@ (_, file, option = 'consistent') => { |
{ | ||
"name": "remark-lint-linebreak-style", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "remark-lint rule to warn when linebreaks violate a given or detected style", | ||
@@ -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
9098
116