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 63a68ef commit 561a418Copy full SHA for 561a418
src/textlint-rule-ja-no-mixed-period.js
@@ -38,6 +38,7 @@ const reporter = (context, options = {}) => {
38
options.allowEmojiAtEnd !== undefined ? options.allowEmojiAtEnd : defaultOptions.allowEmojiAtEnd;
39
const forceAppendPeriod =
40
options.forceAppendPeriod !== undefined ? options.forceAppendPeriod : defaultOptions.forceAppendPeriod;
41
+ // [Note] Un-document option
42
const checkFootnote = options.checkFootnote !== undefined ? options.checkFootnote : defaultOptions.checkFootnote;
43
// 脚注のNode Typeを定義(TxtASTの定義外)
44
const FootnoteNodes = [
0 commit comments