{"id":15198473,"url":"https://github.com/lihbr/eslint-config","last_synced_at":"2026-03-08T07:04:08.415Z","repository":{"id":240564684,"uuid":"802985221","full_name":"lihbr/eslint-config","owner":"lihbr","description":"Lucie's ESLint config preset","archived":false,"fork":false,"pushed_at":"2024-12-07T20:54:23.000Z","size":155,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T22:31:48.463Z","etag":null,"topics":["eslint","eslint-config","eslint-flat-config"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lihbr.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}},"created_at":"2024-05-19T19:39:15.000Z","updated_at":"2024-12-07T20:54:27.000Z","dependencies_parsed_at":"2024-05-19T20:20:15.193Z","dependency_job_id":"5e3fde86-e296-4c79-a37b-faa3a291b05c","html_url":"https://github.com/lihbr/eslint-config","commit_stats":null,"previous_names":["lihbr/eslint-config"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/lihbr/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihbr%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihbr%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihbr%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihbr%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lihbr","download_url":"https://codeload.github.com/lihbr/eslint-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lihbr%2Feslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29359534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eslint","eslint-config","eslint-flat-config"],"created_at":"2024-09-28T01:09:09.683Z","updated_at":"2026-03-08T07:04:08.406Z","avatar_url":"https://github.com/lihbr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @lihbr/eslint-config\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Conventional Commits][conventional-commits-src]][conventional-commits-href]\n[![License][license-src]][license-href]\n\nLucie's ESLint config preset ***powered by and built on top of*** [Anthony's ESLint config preset][antfu-eslint-config].\n\n## Install\n\nInstall dependencies:\n\n```bash\npnpm install -D eslint @lihbr/eslint-config\n```\n\nCreate `eslint.config.mjs` in your project root:\n\n```javascript\n// @ts-check\nimport lihbr from \"@lihbr/eslint-config\"\n\nexport default lihbr()\n```\n\nFinally, add scripts in your `package.json`:\n\n```json\n{\n\t\"scripts\": {\n\t\t\"lint\": \"eslint\",\n\t\t\"lint:fix\": \"eslint --fix\"\n\t}\n}\n```\n\n## Customization\n\nPlease refer to [`@antfu/eslint-config`'s documentation][antfu-eslint-config-config]. `lihbr` uses the same interface as `antfu` so it can be customized it the same way.\n\n## Contributing\n\nWhether you're helping me fix bugs, improve the docs, or spread the word, I'd love to have you as a contributor!\n\n**Asking a question**: [Open a new topic][repo-question] on GitHub Discussions explaining what you want to achieve / your question. I'll try to get back to you shortly.\n\n**Reporting a bug**: [Open an issue][repo-bug-report] explaining your application's setup and the bug you're encountering.\n\n**Suggesting an improvement**: [Open an issue][repo-feature-request] explaining your improvement or feature so we can discuss and learn more.\n\n**Submitting code changes**: For small fixes, feel free to [open a PR][repo-pull-requests] with a description of your changes. For large changes, please first [open an issue][repo-feature-request] so we can discuss if and how the changes should be implemented.\n\n## License\n\n[MIT][license] License © 2024-PRESENT [Lucie Haberer][lihbr-github]\n\n\u003c!-- Links --\u003e\n[antfu-eslint-config]: https://github.com/antfu/eslint-config\n[antfu-eslint-config-config]: https://github.com/antfu/eslint-config#customization\n[license]: ./LICENSE\n[lihbr-github]: https://github.com/lihbr\n\n\u003c!-- Contributing --\u003e\n\n[repo-question]: https://github.com/lihbr/eslint-config/discussions\n[repo-bug-report]: https://github.com/lihbr/eslint-config/issues/new?assignees=\u0026labels=bug\u0026template=bug_report.md\u0026title=\n[repo-feature-request]: https://github.com/lihbr/eslint-config/issues/new?assignees=\u0026labels=enhancement\u0026template=feature_request.md\u0026title=\n[repo-pull-requests]: https://github.com/lihbr/eslint-config/pulls\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/@lihbr/eslint-config?style=flat\u0026colorA=131010\u0026colorB=54669c\n[npm-version-href]: https://npmjs.com/package/@lihbr/eslint-config\n[npm-downloads-src]: https://img.shields.io/npm/dm/@lihbr/eslint-config?style=flat\u0026colorA=131010\u0026colorB=a54a5e\n[npm-downloads-href]: https://npmjs.com/package/@lihbr/eslint-config\n[conventional-commits-src]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?style=flat\u0026colorA=131010\u0026colorB=f27602\u0026logo=conventionalcommits\u0026logoColor=faf1f1\n[conventional-commits-href]: https://conventionalcommits.org\n[license-src]: https://img.shields.io/github/license/lihbr/eslint-config.svg?style=flat\u0026colorA=131010\u0026colorB=759f53\n[license-href]: https://github.com/lihbr/eslint-config/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flihbr%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flihbr%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flihbr%2Feslint-config/lists"}