Skip to content

Commit

Permalink
fix(deps): update to textlint-rule-helper@2.0.1
Browse files Browse the repository at this point in the history
This fix ignored range
  • Loading branch information
azu committed Oct 20, 2018
1 parent 11f28ab commit fbb76da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"sentence-splitter": "^3.0.11",
"textlint-rule-helper": "^2.0.0",
"textlint-rule-helper": "2.0.1",
"textlint-tester": "5.0.1"
}
}
8 changes: 7 additions & 1 deletion test/textlint-rule-no-unmatched-pair-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ tester.run("textlint-rule-no-unmatched-pair", rule, {
`a is b.
\`"\`(ダブルクオート)と\`'\`(シングルクオート)に意味的な違いはありません。
この書籍では、\`"\`(ダブルクオート)を主に文字列リテラルとして利用します。`
この書籍では、\`"\`(ダブルクオート)を主に文字列リテラルとして利用します。`,
`そのため、Todoアイテムの状態を更新するには、HTML要素にTodoアイテムの情報(タイトルや識別子となるidなど)をすべて埋め込む必要があります。
しかし、HTML要素に対して文字列しか埋め込めないため、Todoアイテムのデータを文字列にしないといけないという制限が発生します。
また操作と表示が1対1で更新される場合、1つの操作に対して複数の箇所の表示が更新されることもあります。
今回のTodoアプリでもTodoリスト(\`#js-todo-list\`)とTodoアイテム数(\`#js-todo-count\`)の2箇所を更新する必要があることからも分かります。
`
],
invalid: [
{
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3192,9 +3192,9 @@ text-table@^0.2.0:
version "0.2.0"
resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

textlint-rule-helper@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/textlint-rule-helper/-/textlint-rule-helper-2.0.0.tgz#95cb4696c95c4258d2e3389e9e64b849f9721382"
textlint-rule-helper@2.0.1:
version "2.0.1"
resolved "https://registry.npmjs.org/textlint-rule-helper/-/textlint-rule-helper-2.0.1.tgz#f28dc20d3e06f60373aa04a97b965daa77d196b9"
dependencies:
unist-util-visit "^1.1.0"

Expand Down

0 comments on commit fbb76da

Please sign in to comment.