{"id":19838140,"url":"https://github.com/textlint/textlint-rule-report-node-types","last_synced_at":"2025-09-08T19:34:06.554Z","repository":{"id":65399706,"uuid":"57880792","full_name":"textlint/textlint-rule-report-node-types","owner":"textlint","description":"textlint rule that report error by node's type for debugging.","archived":false,"fork":false,"pushed_at":"2017-05-07T07:46:46.000Z","size":6,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T23:49:17.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/textlint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-02T10:07:35.000Z","updated_at":"2016-05-02T10:24:52.000Z","dependencies_parsed_at":"2023-03-01T00:45:56.308Z","dependency_job_id":null,"html_url":"https://github.com/textlint/textlint-rule-report-node-types","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/textlint/textlint-rule-report-node-types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-rule-report-node-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-rule-report-node-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-rule-report-node-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-rule-report-node-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/textlint","download_url":"https://codeload.github.com/textlint/textlint-rule-report-node-types/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlint-rule-report-node-types/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259474525,"owners_count":22863695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T12:16:53.021Z","updated_at":"2025-06-12T13:40:36.160Z","avatar_url":"https://github.com/textlint.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# textlint-rule-report-node-types [![Build Status](https://travis-ci.org/textlint/textlint-rule-report-node-types.svg?branch=master)](https://travis-ci.org/textlint/textlint-rule-report-node-types)\n\ntextlint rule that report error by node's type for **debugging**.\n\nOpposite \u003c-\u003e [textlint-rule-ignore-node-types](https://github.com/textlint/textlint-rule-ignore-node-types \"textlint-rule-ignore-node-types\").\n\n## Installation\n\n    npm install textlint-rule-report-node-types\n\n## Usage\n\nIf you want to report `BlockQuote` node, define `\"BlockQuote\"` to `\"nodeTypes\"`.\n\n`.textlintrc`\n\n```json\n{\n    \"rules\": {\n        \"report-node-types\": {\n            \"nodeTypes\": [\"BlockQuote\"]\n        }\n    }\n}\n```\n\nOR\n\n`.textlintrc` as JavaScript config file.\n\n```js\nconst TextLintNodeType = require(\"textlint\").TextLintNodeType;\nmodule.exports = {\n    \"rules\": {\n        \"report-node-types\": {\n            \"nodeTypes\": [TextLintNodeType.BlockQuote]\n        }\n    }\n}\n```\n\nIf you want to know all types of TxtNode, please see the document.\n\n- [github.com/textlint/textlint/blob/master/docs/txtnode.md#type](https://github.com/textlint/textlint/blob/master/docs/txtnode.md#type)\n\n## Tests\n\n    npm test\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextlint%2Ftextlint-rule-report-node-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftextlint%2Ftextlint-rule-report-node-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextlint%2Ftextlint-rule-report-node-types/lists"}