{"id":15020761,"url":"https://github.com/bitmap/eslint-config","last_synced_at":"2026-02-05T21:31:14.740Z","repository":{"id":49274948,"uuid":"179120309","full_name":"bitmap/eslint-config","owner":"bitmap","description":"Monorepo for eslint configs","archived":false,"fork":false,"pushed_at":"2024-06-24T14:15:29.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T16:52:34.059Z","etag":null,"topics":["eslint-config"],"latest_commit_sha":null,"homepage":"","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/bitmap.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":"2019-04-02T16:46:59.000Z","updated_at":"2021-06-20T22:00:47.000Z","dependencies_parsed_at":"2024-12-31T10:14:01.042Z","dependency_job_id":"171f1835-a8e7-4cf0-a698-d4db275f1bc6","html_url":"https://github.com/bitmap/eslint-config","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":"0.11111111111111116","last_synced_commit":"b1ac72122542f3f04df5c119da0948b7af604de0"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/bitmap/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmap%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmap%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmap%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmap%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitmap","download_url":"https://codeload.github.com/bitmap/eslint-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmap%2Feslint-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266913753,"owners_count":24005584,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"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-config"],"created_at":"2024-09-24T19:55:34.872Z","updated_at":"2026-02-05T21:31:14.471Z","avatar_url":"https://github.com/bitmap.png","language":"JavaScript","readme":"# eslint config\n\nESLint 9 flat config for JavaScript and TypeScript projects.\n\n## Requirements\n\n- Node.js \u003e= 18.18.0\n- ESLint \u003e= 9.0.0\n\n## Install\n\n### JavaScript\n\n```sh\nnpm install --save-dev eslint @cabe/eslint-config\n```\n\n#### eslint.config.js\n\n```js\nimport baseConfig from \"@cabe/eslint-config\";\n\nexport default [\n  ...baseConfig,\n  {\n    // your custom config here\n  },\n];\n```\n\n### TypeScript\n\n```sh\nnpm install --save-dev eslint typescript @cabe/eslint-config-typescript\n```\n\n#### eslint.config.js\n\n```js\nimport tsConfig from \"@cabe/eslint-config-typescript\";\n\nexport default tsConfig;\n```\n\nOr with customizations:\n\n```js\nimport tseslint from \"typescript-eslint\";\nimport tsConfig from \"@cabe/eslint-config-typescript\";\n\nexport default tseslint.config(...tsConfig, {\n  // your custom config here\n});\n```\n\n### React (with TypeScript)\n\n```sh\nnpm install --save-dev eslint typescript @cabe/eslint-config-typescript eslint-plugin-react eslint-plugin-react-hooks\n```\n\n#### eslint.config.js\n\n```js\nimport tseslint from \"typescript-eslint\";\nimport tsConfig from \"@cabe/eslint-config-typescript\";\nimport react from \"eslint-plugin-react\";\nimport reactHooks from \"eslint-plugin-react-hooks\";\n\nexport default tseslint.config(...tsConfig, {\n  plugins: {\n    react,\n    \"react-hooks\": reactHooks,\n  },\n  settings: {\n    react: {\n      version: \"detect\",\n    },\n  },\n  rules: {\n    ...react.configs.recommended.rules,\n    ...reactHooks.configs.recommended.rules,\n  },\n});\n```\n\n## Migration from v1.x\n\nVersion 2.0.0 updates to ESLint 9's flat config format. Key changes:\n\n- Config file is now `eslint.config.js` (not `.eslintrc`)\n- Uses ES modules (`import`/`export`)\n- No more `extends` string arrays - import and spread configs directly\n- `env` is replaced by `globals` in `languageOptions`\n- `parser` is now set in `languageOptions.parser`\n\nSee the [ESLint migration guide](https://eslint.org/docs/latest/use/configure/migration-guide) for more details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitmap%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitmap%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitmap%2Feslint-config/lists"}