textlint rule that report error by node's type for debugging.
Opposite <-> textlint-rule-ignore-node-types.
Installation
npm install textlint-rule-report-node-types
Usage
If you want to report BlockQuote
node, define "BlockQuote"
to "nodeTypes"
.
.textlintrc
OR
.textlintrc
as JavaScript config file.
const TextLintNodeType = TextLintNodeType;moduleexports = "rules": "report-node-types": "nodeTypes": TextLintNodeTypeBlockQuote
If you want to know all types of TxtNode, please see the document.
Tests
npm test
Contributing
- 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
License
MIT