{"id":15118170,"url":"https://github.com/unjs/eslint-config","last_synced_at":"2026-01-02T15:24:26.855Z","repository":{"id":63184131,"uuid":"565841916","full_name":"unjs/eslint-config","owner":"unjs","description":"✅ Shared ESLint config for unjs repositories","archived":false,"fork":false,"pushed_at":"2025-06-02T23:34:07.000Z","size":348,"stargazers_count":48,"open_issues_count":12,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-03T05:43:21.666Z","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/unjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2022-11-14T12:50:45.000Z","updated_at":"2025-05-30T12:00:18.000Z","dependencies_parsed_at":"2024-04-08T16:30:47.912Z","dependency_job_id":"16f876e7-286a-4b95-892e-5bee51f89c80","html_url":"https://github.com/unjs/eslint-config","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"60faa490532b91ec4be3ac2a1407ad1a5f344d3d"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unjs%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unjs%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unjs%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unjs%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unjs","download_url":"https://codeload.github.com/unjs/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unjs%2Feslint-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259165995,"owners_count":22815544,"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-09-26T01:46:09.525Z","updated_at":"2026-01-02T15:24:26.798Z","avatar_url":"https://github.com/unjs.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# `eslint-config-unjs`\n\nSharable ESLint config preset for usage across unjs repositories.\n\n✅ Includes:\n\n- [eslint recommended rules](https://eslint.org/docs/latest/rules/)\n- [uniciorn rules ](https://github.com/sindresorhus/eslint-plugin-unicorn)\n- [typescript-eslint integration](https://typescript-eslint.io/)\n- [markdown plugin](https://www.npmjs.com/package/eslint-plugin-markdown)\n\n## Getting started\n\n\u003e [!NOTE]\n\u003e This preset uses the new [ESLint flat config](https://eslint.org/docs/latest/use/configure/configuration-files).\n\nInstall dependencies:\n\n```sh\nnpx nypm install -D eslint typescript eslint-config-unjs\n```\n\nCreate `eslint.config.mjs` in your project root:\n\n```js\nimport unjs from \"eslint-config-unjs\";\n\nexport default unjs({\n  ignores: [\n    // ignore paths\n  ],\n  rules: {\n    // rule overrides\n  },\n  markdown: {\n    rules: {\n      // markdown rule overrides\n    },\n  },\n});\n```\n\n**Tips:**\n\n- You can pass any number of flat configs to unjs preset wrapper\n- Types for `rules` are auto generated using [`antfu/eslint-typegen`](https://github.com/antfu/eslint-typegen).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funjs%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funjs%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funjs%2Feslint-config/lists"}