{"id":26470645,"url":"https://github.com/replete/airbnb-eslint9-converter","last_synced_at":"2026-04-18T00:31:30.124Z","repository":{"id":273099184,"uuid":"918677836","full_name":"replete/airbnb-eslint9-converter","owner":"replete","description":"workaround to convert the airbnb styleguide eslint rules to eslint 9 flat config","archived":false,"fork":false,"pushed_at":"2025-01-18T16:33:59.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T17:50:16.425Z","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/replete.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":"2025-01-18T15:15:45.000Z","updated_at":"2025-01-18T16:34:01.000Z","dependencies_parsed_at":"2025-01-18T17:33:32.929Z","dependency_job_id":"c29d724b-b11a-426e-90b5-d144357f752f","html_url":"https://github.com/replete/airbnb-eslint9-converter","commit_stats":null,"previous_names":["replete/airbnb-eslint9-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/replete/airbnb-eslint9-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replete%2Fairbnb-eslint9-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replete%2Fairbnb-eslint9-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replete%2Fairbnb-eslint9-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replete%2Fairbnb-eslint9-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/replete","download_url":"https://codeload.github.com/replete/airbnb-eslint9-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replete%2Fairbnb-eslint9-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31951241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-03-19T19:22:50.482Z","updated_at":"2026-04-18T00:31:30.099Z","avatar_url":"https://github.com/replete.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Airbnb eslint plugin eslint 9 converter\n\nThis very simple script exists only to generate eslint v9 flat config rules from `eslint-config-airbnb-base` (v15.0.0) which is still eslint v8 (see airbnb's [eslint v9 upgrade tracker issue](https://github.com/airbnb/javascript/issues/2961)).\n\nThere probably aren't going to be any updates before airbnb [migrate to eslint 9](https://github.com/airbnb/javascript/issues/2961), so all you need to do is copy `eslint-airbnb-base-rules.json` into your project root directory and import it into your eslint config file.\n\nIt's a temporary solution until airbnb release an eslint v9 compatible version of their config. It might not be perfect, but for me it's good enough until the v9 `eslint-config-airbnb-base` lands.\n\nI'm not supporting this, airbnb isn't supporting this, and I'm not going to update this.\n\n## Usage\n1. copy `eslint-airbnb-base-rules.json` into your eslint 9 project root directory.\n\n2. Import the rules into your eslint config file:\n```js\n// eslint.config.js\nimport airbnbRules from './eslint-airbnb-base-rules.json' with { type: 'json' };\n// FUTURE: when airbnb release eslint v9 compatible version of eslint-config-airbnb-base\n// import airbnbRules from 'eslint-config-airbnb-base/rules';\n\nexport default [\n  {\n    files: ['**/*.js'],\n    rules: {\n      ...airbnbRules,\n      'no-console': 'off',\n    }\n  }\n]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplete%2Fairbnb-eslint9-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freplete%2Fairbnb-eslint9-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplete%2Fairbnb-eslint9-converter/lists"}