textlint-rule-ja-space-after-exclamation
Advanced tools
Comparing version 2.0.2 to 2.1.3
@@ -24,3 +24,3 @@ // LICENSE : MIT | ||
[Syntax.Str](node) { | ||
if (helper.isChildNode(node, [Syntax.Link, "LinkReference", Syntax.Image, Syntax.BlockQuote, Syntax.Emphasis])) { | ||
if (!helper.isPlainStrNode(node)) { | ||
return; | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "textlint-rule-ja-space-after-exclamation", | ||
"version": "2.0.2", | ||
"version": "2.1.3", | ||
"description": "感嘆符前後のスペースについてのtexlintルール", | ||
@@ -36,5 +36,5 @@ "main": "lib/index.js", | ||
"match-index": "^1.0.3", | ||
"textlint-rule-helper": "^2.1.1" | ||
"textlint-rule-helper": "^2.2.0" | ||
}, | ||
"gitHead": "e7bae3dee80b6c6f0c49cc4469f4d22acfc5527d" | ||
"gitHead": "5618a1d06e5df15d3961e737580d157ba45daef1" | ||
} |
@@ -15,3 +15,3 @@ // LICENSE : MIT | ||
[Syntax.Str](node){ | ||
if (helper.isChildNode(node, [Syntax.Link, "LinkReference", Syntax.Image, Syntax.BlockQuote, Syntax.Emphasis])) { | ||
if (!helper.isPlainStrNode(node)) { | ||
return; | ||
@@ -18,0 +18,0 @@ } |
Sorry, the diff of this file is not supported yet
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
7944
5
Updatedtextlint-rule-helper@^2.2.0