{"id":15368469,"url":"https://github.com/koddsson/eslint-config","last_synced_at":"2026-03-10T09:04:46.707Z","repository":{"id":139227028,"uuid":"604130051","full_name":"koddsson/eslint-config","owner":"koddsson","description":"My eslint configuration","archived":false,"fork":false,"pushed_at":"2025-02-17T17:47:41.000Z","size":426,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-17T18:40:05.341Z","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/koddsson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-20T11:56:10.000Z","updated_at":"2025-02-17T17:47:39.000Z","dependencies_parsed_at":"2024-10-16T09:41:20.798Z","dependency_job_id":"9df74294-6265-47da-bb6a-5fe15bd319d9","html_url":"https://github.com/koddsson/eslint-config","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":"0.038461538461538436","last_synced_commit":"b7b23fb320ac24e2edc26e880b36af21cca68a6f"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koddsson%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koddsson%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koddsson%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koddsson%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koddsson","download_url":"https://codeload.github.com/koddsson/eslint-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240298486,"owners_count":19779283,"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":[],"created_at":"2024-10-01T13:29:30.689Z","updated_at":"2026-03-10T09:04:46.666Z","avatar_url":"https://github.com/koddsson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config\n\nThis is my eslint configuration. There are many like it but this is mine.\n\n```sh\nnpm install --save-dev eslint @koddsson/eslint-config\n```\n\nAdd this to your package.json\n\n```json\n  \"scripts\": {\n    \"lint\": \"eslint \\\"src/**/*.{js,mjs,ts,mts}\\\"\"\n  }\n```\n\nAnd create a `eslint.config.js` with the config enabled:\n\n```js\nimport koddssonConfig from \"@koddsson/eslint-config\";\n\nexport default [\n  ...koddssonConfig,\n  // Rest of your config goes here.\n];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoddsson%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoddsson%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoddsson%2Feslint-config/lists"}