{"id":14978285,"url":"https://github.com/eik-lib/eslint-config","last_synced_at":"2026-01-16T20:59:49.369Z","repository":{"id":250841479,"uuid":"835692087","full_name":"eik-lib/eslint-config","owner":"eik-lib","description":"Shared eslint config for Eik modules","archived":false,"fork":false,"pushed_at":"2024-10-09T11:23:57.000Z","size":14,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-09T13:24:01.306Z","etag":null,"topics":["eik","eslint-config"],"latest_commit_sha":null,"homepage":"https://eik.dev","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/eik-lib.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2024-07-30T10:47:45.000Z","updated_at":"2024-10-09T11:24:00.000Z","dependencies_parsed_at":"2024-08-13T15:41:38.386Z","dependency_job_id":"f846a34e-14f2-4f6e-8c5b-38b272bdb479","html_url":"https://github.com/eik-lib/eslint-config","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.2857142857142857,"last_synced_commit":"3d1877da8a183e4a003d348b922bd439db401abd"},"previous_names":["eik-lib/eslint-config"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eik-lib%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eik-lib","download_url":"https://codeload.github.com/eik-lib/eslint-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859904,"owners_count":16556031,"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":["eik","eslint-config"],"created_at":"2024-09-24T13:57:17.730Z","updated_at":"2025-10-28T08:32:02.348Z","avatar_url":"https://github.com/eik-lib.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @eik/eslint-config\n\nShared config for ESLint used in Eik projects.\n\n## Install\n\n```\nnpm install --save-dev eslint @eik/eslint-config\n```\n\n## Usage\n\nCreate and add this to `eslint.config.js`:\n\n```js\nimport config from \"@eik/eslint-config\";\n\nexport default config;\n```\n\nThe default config should cover most needs, but you can extend or override if you need to.\n\n```js\nimport config from \"@eik/eslint-config\";\n\nexport default [\n\t...config,\n\t/* Your customisations */\n\t{\n\t\tignores: [\".docusaurus/*\"],\n\t},\n];\n```\n\nIf you do need to change the config, consider whether that change should happen here in the shared config so it applies to all repos.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feik-lib%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feik-lib%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feik-lib%2Feslint-config/lists"}