Revision c5c088b1f87bf7fdb0fcb9d01b30da1e1264d0fa authored by tycho garen on 04 March 2022, 20:41:58 UTC, committed by tycho garen on 04 March 2022, 20:41:58 UTC
1 parent 1c7c3a0
Raw File
.textlintrc.json
{
  "rules": {
    "stop-words": {
      "severity": "warning",
      "defaultWords": false,
      "words": "stop-words.txt"
    }
  }
}
back to top