rfc/.textlintrc
Dean Eigenmann 339e7a0c83
text-lint (#134)
* started text lint

* footnote order

* textlint

* some more checks

* Update README.md

* Update wordlist.txt
2020-05-25 11:55:06 +02:00

8 lines
95 B
Plaintext

{
"filters": {},
"rules": {
"no-empty-section": true,
"footnote-order": true
}
}