markdownlint-rule-helpers
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -15,3 +15,4 @@ // @ts-check | ||
const inlineCommentRe = | ||
/<!--\s*markdownlint-(dis|en)able((?:\s+[a-z0-9_-]+)*)\s*-->/ig; | ||
// eslint-disable-next-line max-len | ||
/<!--\s*markdownlint-(disable|enable|capture|restore)((?:\s+[a-z0-9_-]+)*)\s*-->/ig; | ||
module.exports.inlineCommentRe = inlineCommentRe; | ||
@@ -28,2 +29,5 @@ | ||
// All punctuation characters (normal and full-width) | ||
module.exports.allPunctuation = ".,;:!?。,;:!?"; | ||
// Returns true iff the input is a number | ||
@@ -30,0 +34,0 @@ module.exports.isNumber = function isNumber(obj) { |
{ | ||
"name": "markdownlint-rule-helpers", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "A collection of markdownlint helper functions for custom rules", | ||
@@ -5,0 +5,0 @@ "main": "helpers.js", |
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
16340
348