tendermint/docs/.textlintrc.json

10 lines
137 B
JSON

{
"rules": {
"stop-words": {
"severity": "warning",
"defaultWords": false,
"words": "stop-words.txt"
}
}
}