@textlint-rule/textlint-rule-no-unmatched-pair
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -64,2 +64,10 @@ "use strict"; | ||
end: "\u3011" | ||
}, { | ||
key: "double guillemet «»", | ||
start: "«", | ||
end: "»" | ||
}, { | ||
key: "single guillemet ‹›", | ||
start: "‹", | ||
end: "›" | ||
}]; | ||
@@ -66,0 +74,0 @@ |
{ | ||
"name": "@textlint-rule/textlint-rule-no-unmatched-pair", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "textlint rule that check unmatched pairs like \"(\" and \")\"", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -18,2 +18,4 @@ # @textlint-rule/textlint-rule-no-unmatched-pair [![Actions Status: test](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair/workflows/test/badge.svg)](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair/actions?query=workflow%3A"test") | ||
- 隅付き括弧【】: `【` and `】` | ||
- double guillemet: `«` and `»` | ||
- single guillemet: `‹` and `›` | ||
@@ -20,0 +22,0 @@ ## Examples |
@@ -69,2 +69,12 @@ /** | ||
end: `】` | ||
}, | ||
{ | ||
key: "double guillemet «»", | ||
start: "«", | ||
end: "»" | ||
}, | ||
{ | ||
key: "single guillemet ‹›", | ||
start: "‹", | ||
end: "›" | ||
} | ||
@@ -71,0 +81,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
30027
432
93