Skip to content

Commit

Permalink
Merge pull request #57 from openameba/feat/update-readme
Browse files Browse the repository at this point in the history
READMEに除外リストの項目を追加
  • Loading branch information
yasuda-shin authored Oct 3, 2023
2 parents 03ef702 + 7b0164f commit 33d088f
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

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

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

```json
{
"rules": {},
"filters": {
"allowlist": {
"allowlistConfigPaths": [
"./node_modules/@openameba/textlint-rule-preset-ameba/lib/allow-ameba.yml"
]
}
}
}
```


## Release

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

0 comments on commit 33d088f

Please sign in to comment.