{"id":28348541,"url":"https://github.com/helpwave/eslint-config","last_synced_at":"2026-03-02T17:04:36.005Z","repository":{"id":293145281,"uuid":"982259173","full_name":"helpwave/eslint-config","owner":"helpwave","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-20T21:05:47.000Z","size":179,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-05T19:26:37.043Z","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helpwave.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-12T15:56:33.000Z","updated_at":"2025-05-20T21:05:46.000Z","dependencies_parsed_at":"2025-05-15T20:48:05.043Z","dependency_job_id":null,"html_url":"https://github.com/helpwave/eslint-config","commit_stats":null,"previous_names":["helpwave/eslint-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/helpwave/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpwave%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpwave%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpwave%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpwave%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helpwave","download_url":"https://codeload.github.com/helpwave/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpwave%2Feslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30011191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T17:00:27.440Z","status":"ssl_error","status_checked_at":"2026-03-02T17:00:03.402Z","response_time":60,"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":"2025-05-27T18:40:42.876Z","updated_at":"2026-03-02T17:04:35.992Z","avatar_url":"https://github.com/helpwave.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## helpwave eslint config\nThis is our recommended set for linting. It is created for **eslint version 9** using the `eslint.config.js` config format.\n\n### Configs Format\n**recommended**: This is our default config for react (jsx or tsx) projects.\n\n**nextExtension**: This config extends the recommendations with additional configs for Next.js.\n```\n{\n  recommended: [\n    { \n      plugins: { [key: string]: plugin },\n      rules: { string: string }\n    }       \n  ]\n  nextExtension: [\n    { \n      plugins: { [key: string]: plugin },\n      rules: { string: string }\n    }       \n  ]\n}\n```\n\n### Usage\n**Simple**\n```javascript\n// eslint.config.js file\nimport configs from '@helpwave/eslint-config'\n\nexport default configs.recommended // or configs.nextExtension\n```\n\n**Extendable**\n```javascript\n// eslint.config.js file\nimport configs from '@helpwave/eslint-config'\n\nexport default [\n  // Your other configs here\n  ...configs.recommended, // or configs.nextExtension\n  {\n    // Your plugins or rule overwrites\n    plugins: {\n      \n    },\n    rules: {\n      \n    }\n  }\n] \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpwave%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelpwave%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpwave%2Feslint-config/lists"}