{"id":40878303,"url":"https://github.com/daneden/eslint-plugin-daneden","last_synced_at":"2026-01-22T01:08:16.840Z","repository":{"id":42764246,"uuid":"277300052","full_name":"daneden/eslint-plugin-daneden","owner":"daneden","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-27T01:56:25.000Z","size":13611,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-09T10:02:02.251Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daneden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-05T12:43:04.000Z","updated_at":"2021-01-02T21:18:51.000Z","dependencies_parsed_at":"2022-09-12T19:21:26.376Z","dependency_job_id":null,"html_url":"https://github.com/daneden/eslint-plugin-daneden","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daneden/eslint-plugin-daneden","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daneden%2Feslint-plugin-daneden","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daneden%2Feslint-plugin-daneden/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daneden%2Feslint-plugin-daneden/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daneden%2Feslint-plugin-daneden/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daneden","download_url":"https://codeload.github.com/daneden/eslint-plugin-daneden/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daneden%2Feslint-plugin-daneden/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28648490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-22T01:08:16.767Z","updated_at":"2026-01-22T01:08:16.829Z","avatar_url":"https://github.com/daneden.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-daneden\n\nAdditional rules for ESLint based on my personal preferences.\n\n## Installation\n\n1. Install with `yarn add -D eslint-config-daneden`\n2. Add to `.eslintrc` configs:\n\n```json\n{\n  ...\n  \"plugins\": [\n    \"daneden\",\n  ]\n}\n```\n\n3. Enable specific rules:\n\n```json\n{\n  ...\n  \"rules\": {\n    \"daneden/explicit-let-type\": \"warn\",\n  }\n}\n```\n\n## Rules\n\n### `explicit-let-type`\n\nChecks that `let` and `var` constants without an initialised value have an explicit type\n\n```tsx\nconst a = 1 // Passes\nlet b: number = 1 // Passes\nlet c = 1 // Passes\nlet d: number // Passes\nd = 1\n\nlet e // Fails\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaneden%2Feslint-plugin-daneden","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaneden%2Feslint-plugin-daneden","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaneden%2Feslint-plugin-daneden/lists"}