{"id":28298256,"url":"https://github.com/codit/eslint-config-codit","last_synced_at":"2025-08-04T23:12:21.994Z","repository":{"id":49561999,"uuid":"136041252","full_name":"Codit/eslint-config-codit","owner":"Codit","description":"Codit's shareable EsLint configuration","archived":true,"fork":false,"pushed_at":"2023-01-18T18:05:30.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-06-03T21:00:47.066Z","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/Codit.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}},"created_at":"2018-06-04T14:56:26.000Z","updated_at":"2025-05-23T12:38:26.000Z","dependencies_parsed_at":"2023-01-22T16:00:40.234Z","dependency_job_id":null,"html_url":"https://github.com/Codit/eslint-config-codit","commit_stats":null,"previous_names":["unbrace/eslint-config-unbrace","coditeu/eslint-config-codit"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/Codit/eslint-config-codit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codit%2Feslint-config-codit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codit%2Feslint-config-codit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codit%2Feslint-config-codit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codit%2Feslint-config-codit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codit","download_url":"https://codeload.github.com/Codit/eslint-config-codit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codit%2Feslint-config-codit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260022352,"owners_count":22947140,"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":"2025-05-23T06:13:35.978Z","updated_at":"2025-06-15T17:31:57.408Z","avatar_url":"https://github.com/Codit.png","language":"JavaScript","readme":"# Codit ESLint Config\n\n_A fair-minded way to reduce noise in Javascript_\n\nThe goal of this package is to have a consistent coding style across multiple files / projects while not being overly strict and have a minimal setup procedure.\n\nThe package contains our ESLint rules, including Next.js, ES6, React \u0026 TypeScript.\n\n\u003e Note: We also use [Prettier](https://github.com/prettier/prettier) and integrated [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) within this package, so we might not meet your standards on indentation etc. If needed, you can always override the configuration with extra rules. See [Configuring ESLint](https://eslint.org/docs/user-guide/configuring) for more information.\n\n## Usage\n\n### Installation\n\n```\nyarn add --dev @codit/eslint-config eslint@8.22.0\n```\n\n### Configuration\n\nThe following configuration contains a setup for Next.js, ES6, React, TypeScript \u0026 Prettier, add it to your `.eslintrc` file\n\n```json\n\"extends\": [\"@codit\"]\n```\n\nOr if you want to take more control or don't use TypeScript, you can also extend the packages as follows (make sure to also install the correct dependencies):\n\n```javascript\n\n\"extends\": [\n  \"@codit/eslint-config/core\",\n  \"@codit/eslint-config/react\"\n]\n\n// or\n\n\"extends\": [\n  \"@codit/eslint-config/core\",\n  \"@codit/eslint-config/next\"\n]\n```\n\n## Older versions\n\nDocumentation for older versions can be found in the docs folder:\n\n- [Version 2.x.x](./docs/version-2.x.x.md)\n- [Version 1.x.x](./docs/version-1.x.x.md)\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodit%2Feslint-config-codit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodit%2Feslint-config-codit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodit%2Feslint-config-codit/lists"}