Whether your own or someone else’s writing, alex helps you find gender favouring, polarising, race related, religion inconsiderate, or other unequal phrasing. -- wooorm/alex: Catch insensitive, inconsiderate writing
npm install textlint-rule-alex
Via .textlintrc
(Recommended)
{
"rules": {
"alex": {
"allow": []
}
}
}
Via CLI
$ textlint --rule alex README.md
See Alex's configuration documentation.
{
"rules": {
"alex": {
"allow": ["boogeyman-boogeywoman"]
}
}
}
{
"rules": {
"alex": {
"deny": ["boogeyman-boogeywoman"]
}
}
}
{
"rules": {
"alex": {
"noBinary": true
}
}
}
{
"rules": {
"alex": {
"profanitySureness": 2
}
}
}
corepack enable npm
npm test
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT