{"id":29551323,"url":"https://github.com/doximity/eslint-generate-todo","last_synced_at":"2025-07-18T04:05:36.762Z","repository":{"id":36701141,"uuid":"228940789","full_name":"doximity/eslint-generate-todo","owner":"doximity","description":"Tool for generating eslint todo files","archived":false,"fork":false,"pushed_at":"2024-12-05T18:20:56.000Z","size":543,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":71,"default_branch":"master","last_synced_at":"2025-07-06T08:15:42.513Z","etag":null,"topics":["keep"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doximity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2019-12-18T23:54:33.000Z","updated_at":"2024-05-13T15:24:59.000Z","dependencies_parsed_at":"2024-12-04T05:30:42.259Z","dependency_job_id":null,"html_url":"https://github.com/doximity/eslint-generate-todo","commit_stats":{"total_commits":20,"total_committers":3,"mean_commits":6.666666666666667,"dds":0.09999999999999998,"last_synced_commit":"d4579e13acd6596708816bb9fb02ae324c0d817f"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/doximity/eslint-generate-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doximity%2Feslint-generate-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doximity%2Feslint-generate-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doximity%2Feslint-generate-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doximity%2Feslint-generate-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doximity","download_url":"https://codeload.github.com/doximity/eslint-generate-todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doximity%2Feslint-generate-todo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265698011,"owners_count":23813123,"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":["keep"],"created_at":"2025-07-18T04:05:36.000Z","updated_at":"2025-07-18T04:05:36.750Z","avatar_url":"https://github.com/doximity.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-generate-todo\n\nTool for generating eslint todo files\n\n## Installation\n\n```bash\nyarn add --dev eslint-generate-todo\n```\n\n## Usage\n\nGenerate a `.eslintrc-todo` file using the `eslint-generate-todo` CLI:\n\n```bash\neslint-generate-todo\n```\n\nYou may then extend the resulting `.eslintrc-todo` file in your eslint config:\n\n```yaml\nextends:\n  - .eslintrc-todo.yml\n```\n\n## CLI\n\nRun `eslint-generate-todo` through the CLI with this script. Run it with `--help` to see the options. Files use glob syntax and may be specified multiple times.\n\n```bash\neslint-generate-todo [files...]\n```\n\n#### `--format`\n\nIf you want to specify the file format of the output `.eslintrc-todo` file, you can run `eslint-generate-todo` with the `--format` flag (or `-f`), followed by either `yaml` or `json`. By default `eslint-generate-todo` outputs to `yaml`.\n\n```bash\neslint-generate-todo --format json\n```\n\n#### `--off`\n\nTo set rule overrides in the generated `.eslintrc-todo` file to `\"off\"` instead of `\"warn\"`, you can run `eslint-generate-todo` with the `--off` (or `-o`) flag.\n\n```bash\neslint-generate-todo --off\n```\n\n#### `--path`\n\nTo change the output path of the generated `.eslintrc-todo` file, you can run `eslint-generate-todo` with the `--path` (or `p`) flag, followed by the project root-relative path.\n\n```bash\neslint-generate-todo --path config/eslint-overrides.yml\n```\n\n## Developing\n\nPlease read the [CONTRIBUTING](CONTRIBUTING.md) doc before working on eslint-generate-todo.\n\nTo build `eslint-generate-todo`, you can run the `build` script:\n\n```bash\nyarn run build\n```\n\nWhile developing, you can run the `dev` script to automatically rebuild as files change:\n\n```bash\nyarn run dev\n```\n\nTo lint code changes, you can run the `lint` script:\n\n```bash\nyarn run lint\n```\n\nTo format code using Prettier, you can run the `format` script:\n\n```bash\nyarn run format\n```\n\nTo run tests with Jest, you can run the `test` script:\n\n```bash\nyarn run test\n```\n\n## License\n\nThe `eslint-generate-todo` tool is offered under the [Apache v2](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoximity%2Feslint-generate-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoximity%2Feslint-generate-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoximity%2Feslint-generate-todo/lists"}