Просмотр исходного кода

textlint-rule-no-unmatched-pair

Steven Fukase 4 лет назад
Родитель
Сommit
953d0c7e6d
2 измененных файлов с 16 добавлено и 0 удалено
  1. 1 0
      packages/codemirror-textlint/package.json
  2. 15 0
      yarn.lock

+ 1 - 0
packages/codemirror-textlint/package.json

@@ -18,6 +18,7 @@
   },
   "devDependencies": {
     "@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
+    "@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.8",
     "@textlint/kernel": "^12.0.2",
     "@types/codemirror": "^5.60.2",
     "textlint-message-to-codemirror": "^1.0.0",

+ 15 - 0
yarn.lock

@@ -2472,6 +2472,14 @@
   dependencies:
     execall "^1.0.0"
 
+"@textlint-rule/textlint-rule-no-unmatched-pair@^1.0.8":
+  version "1.0.8"
+  resolved "https://registry.yarnpkg.com/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-1.0.8.tgz#28538c422c35899fbe331c1652976eb8e50a1477"
+  integrity sha512-C+ejNcHFKWGQ9aoMnk7jL815iUXg4soIdK/gpN2wJWiwbtThw6mglIhvI+5qkFoUNCYjmWZbN0I3F4YUgoAHaw==
+  dependencies:
+    sentence-splitter "^3.0.11"
+    textlint-rule-helper "2.0.1"
+
 "@textlint/ast-node-types@^12.0.0":
   version "12.0.0"
   resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.0.0.tgz#23bd683f9fc04209ae28bff72954c8aa67c6b1ca"
@@ -19823,6 +19831,13 @@ textlint-rule-ginger@^2.2.1:
     textlint-rule-helper "^2.0.0"
     textlint-util-to-string "^2.1.1"
 
+textlint-rule-helper@2.0.1:
+  version "2.0.1"
+  resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.0.1.tgz#f28dc20d3e06f60373aa04a97b965daa77d196b9"
+  integrity sha512-QNGSOemLVxm1b0qnH5VpRY8uyHgfx/8M+St8wSy/d6mZh0abd+KAvhQSuO8cxmVeRKr/LRkhAB3+0QU5LKhLGw==
+  dependencies:
+    unist-util-visit "^1.1.0"
+
 textlint-rule-helper@^1.1.5:
   version "1.2.0"
   resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-1.2.0.tgz#be68d47a5146b16dd116278c9aeb7bd35631ccda"