{"id":47670031,"url":"https://github.com/logux/oxc-configs","last_synced_at":"2026-04-11T23:12:31.902Z","repository":{"id":347894553,"uuid":"1195617237","full_name":"logux/oxc-configs","owner":"logux","description":"Oxlint \u0026 oxfmt shareable config for Logux","archived":false,"fork":false,"pushed_at":"2026-04-02T19:54:36.000Z","size":63,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T16:39:58.285Z","etag":null,"topics":[],"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/logux.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"ai"}},"created_at":"2026-03-29T21:56:33.000Z","updated_at":"2026-04-04T15:12:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/logux/oxc-configs","commit_stats":null,"previous_names":["ai/oxc-configs"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/logux/oxc-configs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logux%2Foxc-configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logux%2Foxc-configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logux%2Foxc-configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logux%2Foxc-configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logux","download_url":"https://codeload.github.com/logux/oxc-configs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logux%2Foxc-configs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31442924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"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":"2026-04-02T12:34:17.374Z","updated_at":"2026-04-05T17:01:09.994Z","avatar_url":"https://github.com/logux.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ai"],"categories":[],"sub_categories":[],"readme":"# Logux Oxlint \u0026 Oxfmt Configs\n\n\u003cimg align=\"right\" width=\"95\" height=\"148\" title=\"Logux logotype\"\n     src=\"https://logux.org/branding/logotype.svg\"\u003e\n\nShareable code style and best practice for [Logux] projects.\n\n[Logux]: https://logux.org/\n\n---\n\n\u003cimg src=\"https://cdn.evilmartians.com/badges/logo-no-label.svg\" alt=\"\" width=\"22\" height=\"16\" /\u003e  Made at \u003cb\u003e\u003ca href=\"https://evilmartians.com/devtools?utm_source=logux-oxc-configs\u0026utm_campaign=devtools-button\u0026utm_medium=github\"\u003eEvil Martians\u003c/a\u003e\u003c/b\u003e, product consulting for \u003cb\u003edeveloper tools\u003c/b\u003e.\n\n---\n\n## Install\n\n```sh\npnpm add --save-dev @logux/oxc-configs oxlint oxlint-tsgolint typescript\n```\n\n## Usage\n\nCreate `oxlint.config.ts`:\n\n```ts\nimport loguxOxlintConfig from '@logux/oxc-configs/lint'\nimport { defineConfig } from 'oxlint'\n\nexport default defineConfig({\n  extends: [loguxOxlintConfig]\n})\n```\n\nCreate `oxfmt.config.ts`:\n\n```ts\nimport loguxOxfmtConfig from '@logux/oxc-configs/fmt'\n\nexport default loguxOxfmtConfig\n```\n\nFor compatibility in open source projects create `.prettierrc.js`:\n\n```ts\nimport loguxOxfmtConfig from '@logux/oxc-configs/fmt'\n\nexport default loguxOxfmtConfig\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogux%2Foxc-configs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogux%2Foxc-configs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogux%2Foxc-configs/lists"}