TextLint rule for detect U+0008
$ yarn add textlint-rule-detect-bad-chars # or npm install
$ yarn add textlint textlint-rule-detect-bad-chars # or npm install
$ yarn textlint --rule textlint-rule-detect-bad-chars text-to-check.md
Only detect �
.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT