eslint-plugin-markdown
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -324,2 +324,9 @@ /** | ||
return function adjustMessage(message) { | ||
if (!Number.isInteger(message.line)) { | ||
return { | ||
...message, | ||
line: blockStart, | ||
column: block.position.start.column | ||
}; | ||
} | ||
@@ -326,0 +333,0 @@ const lineInCode = message.line - leadingCommentLines; |
{ | ||
"name": "eslint-plugin-markdown", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "An ESLint plugin to lint JavaScript in Markdown code fences.", | ||
@@ -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
405
31673
6