Skip to content

Commit

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

### Allow List

textlintでは読点の最大数を設定しています。
AmebaのVisionには「つくる、つむぐ、つづく、」があり、読点のバリデーションから除外すること推奨しています。

下記のように`.textlintrc`を拡張してください。

```json
{
"rules": {},
"filters": {
"allowlist": {
"allowlistConfigPaths": [
"つくる、つむぐ、つづく、"
]
}
}
}
```


## Release

1. リリース対象の成果物を `main` ブランチにマージします
Expand Down

0 comments on commit c358bcb

Please sign in to comment.