Socket
Socket
Sign inDemoInstall

remark-lint-no-consecutive-blank-lines

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-no-consecutive-blank-lines - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

4

index.d.ts

@@ -5,9 +5,9 @@ export default remarkLintNoConsecutiveBlankLines

declare const remarkLintNoConsecutiveBlankLines: import('unified').Plugin<
| [unknown]
| void[]
| [unknown]
| [
(
| boolean
| import('unified-lint-rule').Severity
| import('unified-lint-rule').Label
| import('unified-lint-rule').Severity
),

@@ -14,0 +14,0 @@ unknown

@@ -59,3 +59,6 @@ /**

const remarkLintNoConsecutiveBlankLines = lintRule(
'remark-lint:no-consecutive-blank-lines',
{
origin: 'remark-lint:no-consecutive-blank-lines',
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-consecutive-blank-lines#readme'
},
/** @type {import('unified-lint-rule').Rule<Root, void>} */

@@ -62,0 +65,0 @@ (tree, file) => {

{
"name": "remark-lint-no-consecutive-blank-lines",
"version": "4.0.1",
"version": "4.1.0",
"description": "remark-lint rule to warn for too many consecutive blank lines",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc