Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add textlint "カタカナの長音" rule (#237)
  • Loading branch information
jay-es committed Feb 18, 2022
1 parent 34e419b commit cc16eb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .textlintrc
@@ -1,6 +1,7 @@
{
"rules": {
"preset-vuejs-jp": {
"2.1.6.カタカナの長音": true,
"no-mix-dearu-desumasu": {
"strict": false
}
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml
Expand Up @@ -32,7 +32,7 @@ devDependencies:
textlint: 12.1.0
textlint-filter-rule-allowlist: [email protected]
textlint-filter-rule-comments: [email protected]
textlint-rule-preset-vuejs-jp: github.com/vuejs-jp/textlint-rule-preset-vuejs-jp/b7cbf96a0b1d28184403bfc087da5f855671f0da_textlint@12.1.0
textlint-rule-preset-vuejs-jp: github.com/vuejs-jp/textlint-rule-preset-vuejs-jp/d62d64c25aed61a5f7455028b31aca7640181a13_textlint@12.1.0

packages:

Expand Down Expand Up @@ -3190,9 +3190,9 @@ packages:
resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==}
dev: true

github.com/vuejs-jp/textlint-rule-preset-vuejs-jp/b7cbf96a0b1d28184403bfc087da5f855671f0da_textlint@12.1.0:
resolution: {tarball: https://codeload.github.com/vuejs-jp/textlint-rule-preset-vuejs-jp/tar.gz/b7cbf96a0b1d28184403bfc087da5f855671f0da}
id: github.com/vuejs-jp/textlint-rule-preset-vuejs-jp/b7cbf96a0b1d28184403bfc087da5f855671f0da
github.com/vuejs-jp/textlint-rule-preset-vuejs-jp/d62d64c25aed61a5f7455028b31aca7640181a13_textlint@12.1.0:
resolution: {tarball: https://codeload.github.com/vuejs-jp/textlint-rule-preset-vuejs-jp/tar.gz/d62d64c25aed61a5f7455028b31aca7640181a13}
id: github.com/vuejs-jp/textlint-rule-preset-vuejs-jp/d62d64c25aed61a5f7455028b31aca7640181a13
name: textlint-rule-preset-vuejs-jp
version: 1.3.0
dependencies:
Expand Down

0 comments on commit cc16eb7

Please sign in to comment.