Revision d5c63c0c743e1f6ac2d7af0aca614ddfe49bbae2 authored by Anton Kaliaev on 21 April 2020, 09:27:56 UTC, committed by Anton Kaliaev on 21 April 2020, 09:27:56 UTC
1 parent 137e669
Raw File
.textlintrc.json
{
  "rules": {
    "stop-words": {
      "severity": "warning",
      "defaultWords": false,
      "words": "stop-words.txt"
    }
  }
}
back to top