{"id":23436456,"url":"https://github.com/effect-ts/dtslint","last_synced_at":"2025-08-05T15:32:46.609Z","repository":{"id":172470754,"uuid":"645315071","full_name":"Effect-TS/dtslint","owner":"Effect-TS","description":"Effect's custom fork of dtslint used to lint TypeScript declaration (.d.ts) files","archived":true,"fork":false,"pushed_at":"2024-11-23T16:09:09.000Z","size":87,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-29T10:23:17.732Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Effect-TS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":["mikearnaldi","gcanti"]}},"created_at":"2023-05-25T11:36:31.000Z","updated_at":"2025-07-18T07:10:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4f6ab9c-2b63-4ea1-a235-d1fe0d31bfa6","html_url":"https://github.com/Effect-TS/dtslint","commit_stats":null,"previous_names":["effect-ts/dtslint"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Effect-TS/dtslint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Effect-TS%2Fdtslint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Effect-TS%2Fdtslint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Effect-TS%2Fdtslint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Effect-TS%2Fdtslint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Effect-TS","download_url":"https://codeload.github.com/Effect-TS/dtslint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Effect-TS%2Fdtslint/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268923635,"owners_count":24329729,"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","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-23T13:19:22.659Z","updated_at":"2025-08-05T15:32:46.501Z","avatar_url":"https://github.com/Effect-TS.png","language":"TypeScript","funding_links":["https://github.com/sponsors/mikearnaldi","https://github.com/sponsors/gcanti"],"categories":[],"sub_categories":[],"readme":"# Disclaimer\n\n\u003e [!WARNING]\n\u003e This tool is not intended for public consumption, so we may break the API whenever convenient for us.\n\n# Setting up the Environment\n\nTo get started with `dtslint`, follow these steps to set up your development environment:\n\n## 1. Create a `dtslint` Folder\n\nBegin by creating a folder named `dtslint`. This folder will be the home for your TypeScript declaration files (`.d.ts`) and configuration.\n\n## 2. Configure TypeScript\n\nInside the `dtslint` folder, create a `tsconfig.json` file. Here's an example of what it should contain:\n\n```json\n{\n  \"compilerOptions\": {\n    \"skipLibCheck\": true,\n    \"noEmit\": true,\n    \"strict\": true\n  }\n}\n```\n\nThis configuration file is essential for TypeScript to understand how to handle your declaration files during linting.\n\n## 3. Add Test Files\n\nPlace your TypeScript declaration files that you want to lint inside the `dtslint` folder. These files will be checked for correct TypeScript typings.\n\n## 4. Update `package.json`\n\nFinally, update your project's `package.json` file with the following scripts:\n\n```json\n{\n  \"scripts\": {\n    \"dtslint\": \"dtslint\",\n    \"dtslint-clean\": \"dtslint --clean\"\n  }\n}\n```\n\nThese scripts allow you to run `dtslint` and perform necessary linting checks on your TypeScript declaration files.\n\nFlags:\n\n- `--clean`: Clears all installations, ensuring a clean slate for subsequent operations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffect-ts%2Fdtslint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feffect-ts%2Fdtslint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feffect-ts%2Fdtslint/lists"}