We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4255bde commit 6d8a885Copy full SHA for 6d8a885
src/textlint-rule-ja-no-mixed-period.js
@@ -33,6 +33,7 @@ const reporter = (context, options = {}) => {
33
return;
34
}
35
// 文末がスペースである場合
36
+ // TODO: fixに対応したい
37
if (/\s/.test(lastChar)) {
38
report(lastNode, new RuleError(`文末が"${periodMark}"で終わっていません。末尾に不要なスペースがあります。`, {
39
index: lastIndex
0 commit comments