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.
allow
{
"rules": {
"alex": {
"allow": ["boogeyman-boogeywoman"]
}
}
}
deny
{
"rules": {
"alex": {
"deny": ["boogeyman-boogeywoman"]
}
}
}
noBinary
{
"rules": {
"alex": {
"noBinary": true
}
}
}
profanitySureness
{
"rules": {
"alex": {
"profanitySureness": 2
}
}
}
corepack enable npm
npm test
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT