{"id":23736513,"url":"https://github.com/ahmedelwerdany/textlint-rule-no-empty-element","last_synced_at":"2025-09-04T11:31:27.853Z","repository":{"id":144664361,"uuid":"551144619","full_name":"AhmedElwerdany/textlint-rule-no-empty-element","owner":"AhmedElwerdany","description":"textlint rule that checks if any element in the markdown file is empty.","archived":false,"fork":false,"pushed_at":"2023-06-12T06:25:57.000Z","size":357,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T14:49:36.542Z","etag":null,"topics":["lint","linter","markdown"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AhmedElwerdany.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-13T23:03:09.000Z","updated_at":"2022-10-24T22:30:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"a14ea0ae-dc45-4607-be39-43422e20bf69","html_url":"https://github.com/AhmedElwerdany/textlint-rule-no-empty-element","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"4fdf2401486ca0d56e872389ab488c14abc7afde"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedElwerdany%2Ftextlint-rule-no-empty-element","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedElwerdany%2Ftextlint-rule-no-empty-element/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedElwerdany%2Ftextlint-rule-no-empty-element/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmedElwerdany%2Ftextlint-rule-no-empty-element/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AhmedElwerdany","download_url":"https://codeload.github.com/AhmedElwerdany/textlint-rule-no-empty-element/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231954342,"owners_count":18451249,"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":["lint","linter","markdown"],"created_at":"2024-12-31T07:17:47.751Z","updated_at":"2024-12-31T07:17:49.390Z","avatar_url":"https://github.com/AhmedElwerdany.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# textlint-rule-no-empty-element\n\ntextlint rule that checks if any element in the markdown file is empty.\n## Features\n\n**OK** :green_heart:\n\n```\n# Header 1\n## Header 2\n### Header 3\n\n- list item\n\n```npm i textlint-rule-no-empty-element```\n```\n\n\n**NG** :negative_squared_cross_mark:\n\n\u003e Found Empty Header: `#`\n\n\u003e Found Empty Header: `##`\n\n\u003e Found Empty Header: `###` \n\n\u003e Found Empty ListItem: `-`\n\n\u003e Found Empty Code: ` ``` ``` `\n\n```\n#\n##\n###\n-\n\n``` ```\n```\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n    npm install textlint-rule-no-empty-element\n\n## Usage\n\nVia `.textlintrc`(Recommended)\n\n```json\n{\n    \"rules\": {\n        \"no-empty-element\": true\n    }\n}\n```\n\nVia CLI\n\n```\ntextlint --rule textlint-rule-no-empty-element README.md\n```\n\n### Build\n\nBuilds source codes for publish to the `lib` folder.\nYou can write ES2015+ source codes in `src/` folder.\n\n    npm run build\n\n### Tests\n\nRun test code in `test` folder.\nTest textlint rule by [textlint-tester](https://github.com/textlint/textlint-tester).\n\n    npm test\n\n## License\n\nISC © \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedelwerdany%2Ftextlint-rule-no-empty-element","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmedelwerdany%2Ftextlint-rule-no-empty-element","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedelwerdany%2Ftextlint-rule-no-empty-element/lists"}