CLI example Usage npm run textlint # textlint -f pretty-error README.md textlintrc { "rules": { "no-todo": true, "max-number-of-lines": { "max": 10 } } } How to ignore text This is TODO OK. No error.