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

textlint-rule-ja-unnatural-alphabet

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

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

@@ -31,6 +31,7 @@
     "textlint-rule-ja-no-inappropriate-words": "^2.0.0",
     "textlint-rule-ja-no-inappropriate-words": "^2.0.0",
     "textlint-rule-ja-no-mixed-period": "^2.1.1",
     "textlint-rule-ja-no-mixed-period": "^2.1.1",
     "textlint-rule-ja-no-redundant-expression": "^4.0.0",
     "textlint-rule-ja-no-redundant-expression": "^4.0.0",
+    "textlint-rule-ja-unnatural-alphabet": "^2.0.1",
     "textlint-rule-max-comma": "^2.0.2",
     "textlint-rule-max-comma": "^2.0.2",
     "textlint-rule-max-kanji-continuous-len": "^1.1.1",
     "textlint-rule-max-kanji-continuous-len": "^1.1.1",
     "textlint-rule-max-ten": "^4.0.2",
     "textlint-rule-max-ten": "^4.0.2",

+ 14 - 0
yarn.lock

@@ -17279,6 +17279,11 @@ registry-url@^3.0.3:
   dependencies:
   dependencies:
     rc "^1.0.1"
     rc "^1.0.1"
 
 
+regx@^1.0.4:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/regx/-/regx-1.0.4.tgz#a0ee32c308910902019ca1117ed41b9ddd041b2f"
+  integrity sha1-oO4ywwiRCQIBnKERftQbnd0EGy8=
+
 rehype-parse@^6.0.1:
 rehype-parse@^6.0.1:
   version "6.0.2"
   version "6.0.2"
   resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-6.0.2.tgz#aeb3fdd68085f9f796f1d3137ae2b85a98406964"
   resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-6.0.2.tgz#aeb3fdd68085f9f796f1d3137ae2b85a98406964"
@@ -19899,6 +19904,15 @@ textlint-rule-ja-no-redundant-expression@^4.0.0:
     textlint-rule-helper "^2.1.1"
     textlint-rule-helper "^2.1.1"
     textlint-util-to-string "^3.1.1"
     textlint-util-to-string "^3.1.1"
 
 
+textlint-rule-ja-unnatural-alphabet@^2.0.1:
+  version "2.0.1"
+  resolved "https://registry.yarnpkg.com/textlint-rule-ja-unnatural-alphabet/-/textlint-rule-ja-unnatural-alphabet-2.0.1.tgz#fa95591312834a7788dbc6880e2f7a7e68633c00"
+  integrity sha512-n93V8qh6OKdh8OB6yLT+9Xl8DSoZ7gWi51tWdhlLEPIWgBm18nLMgm6Ck+nVc3eENOdRcQURWUpCGotI8wTemA==
+  dependencies:
+    "@textlint/regexp-string-matcher" "^1.0.2"
+    match-index "^1.0.1"
+    regx "^1.0.4"
+
 textlint-rule-max-comma@^2.0.2:
 textlint-rule-max-comma@^2.0.2:
   version "2.0.2"
   version "2.0.2"
   resolved "https://registry.yarnpkg.com/textlint-rule-max-comma/-/textlint-rule-max-comma-2.0.2.tgz#c204ae840b436d572d5c24e3a3056776992a882b"
   resolved "https://registry.yarnpkg.com/textlint-rule-max-comma/-/textlint-rule-max-comma-2.0.2.tgz#c204ae840b436d572d5c24e3a3056776992a882b"