Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuda-shin committed Oct 3, 2023
1 parent c358bcb commit 3fd6f48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ CLI、Node module、エディタ内など様々な方法で利用できます。

### Allow List

textlintでは読点の最大数を設定しています
AmebaのVisionには「つくる、つむぐ、つづく、」があり、読点のバリデーションから除外すること推奨しています
[Release v0.5.0](https://github.com/openameba/textlint-rule-preset-ameba/releases/tag/v0.5.0)よりAmebaのVisionにある「つくる、つむぐ、つづく、」が追加されました
textlintでは読点の最大数を設定しており、バリデーションから除外すること推奨しています

下記のように`.textlintrc`を拡張してください。
利用者側で下記のように`.textlintrc`を拡張してください。

```json
{
"rules": {},
"filters": {
"allowlist": {
"allowlistConfigPaths": [
"つくる、つむぐ、つづく、"
"./node_modules/@openameba/textlint-rule-preset-ameba/lib/allow-ameba.yml"
]
}
}
Expand Down

0 comments on commit 3fd6f48

Please sign in to comment.