We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, report error for only start case like ( We want to report error for only end case like ).
start
(
end
)
NG
This is bad (. This is bad (a]. This is bad ).
Current OK, but it should be error
This is bad ). ^ we want to check it
However, some user want to use 1). So, we need to add new option to allow it as opt-in. Or, it is just allow to use <number>)
1)
<number>)
textlint-rule-no-unmatched-pair/test/textlint-rule-no-unmatched-pair-test.js
Lines 30 to 36 in 95ef2df
The text was updated successfully, but these errors were encountered:
Maybe, It will be optional.
option name is just as well
{ "checkEndBracket": true }
1) item 1 2) item 2 3) item 3
I've received example case https://twitter.com/yasu_ja_jp/status/110258063909256397
Sorry, something went wrong.
No branches or pull requests
Currently, report error for only
start
case like(
We want to report error for only
end
case like)
.NG
Current OK, but it should be error
However, some user want to use
1)
.So, we need to add new option to allow it as opt-in.
Or, it is just allow to use
<number>)
textlint-rule-no-unmatched-pair/test/textlint-rule-no-unmatched-pair-test.js
Lines 30 to 36 in 95ef2df
The text was updated successfully, but these errors were encountered: