remark-lint-no-consecutive-blank-lines
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -5,14 +5,5 @@ export default remarkLintNoConsecutiveBlankLines | ||
declare const remarkLintNoConsecutiveBlankLines: import('unified').Plugin< | ||
| void[] | ||
| [unknown] | ||
| [ | ||
( | ||
| boolean | ||
| import('unified-lint-rule').Label | ||
| import('unified-lint-rule').Severity | ||
), | ||
unknown | ||
], | ||
void[] | [unknown], | ||
import('mdast').Root, | ||
import('mdast').Root | ||
> |
@@ -116,3 +116,3 @@ /** | ||
* @param {Point} end | ||
* @param {0|1|2} max | ||
* @param {0 | 1 | 2} max | ||
*/ | ||
@@ -119,0 +119,0 @@ function compare(start, end, max) { |
{ | ||
"name": "remark-lint-no-consecutive-blank-lines", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "remark-lint rule to warn for too many consecutive blank lines", | ||
@@ -46,5 +46,3 @@ "license": "MIT", | ||
}, | ||
"scripts": { | ||
"build": "rimraf \"*.d.ts\" && tsc && type-coverage" | ||
}, | ||
"scripts": {}, | ||
"xo": false, | ||
@@ -51,0 +49,0 @@ "typeCoverage": { |
@@ -60,13 +60,13 @@ <!--This file is generated--> | ||
In Deno with [Skypack][]: | ||
In Deno with [`esm.sh`][esmsh]: | ||
```js | ||
import remarkLintNoConsecutiveBlankLines from 'https://cdn.skypack.dev/remark-lint-no-consecutive-blank-lines@4?dts' | ||
import remarkLintNoConsecutiveBlankLines from 'https://esm.sh/remark-lint-no-consecutive-blank-lines@4' | ||
``` | ||
In browsers with [Skypack][]: | ||
In browsers with [`esm.sh`][esmsh]: | ||
```html | ||
<script type="module"> | ||
import remarkLintNoConsecutiveBlankLines from 'https://cdn.skypack.dev/remark-lint-no-consecutive-blank-lines@4?min' | ||
import remarkLintNoConsecutiveBlankLines from 'https://esm.sh/remark-lint-no-consecutive-blank-lines@4?bundle' | ||
</script> | ||
@@ -241,3 +241,3 @@ ``` | ||
[skypack]: https://www.skypack.dev | ||
[esmsh]: https://esm.sh | ||
@@ -244,0 +244,0 @@ [npm]: https://docs.npmjs.com/cli/install |
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
10978
133