{"id":22339057,"url":"https://github.com/mrcointreau/eslint-config-typescript","last_synced_at":"2025-03-26T08:44:28.324Z","repository":{"id":223756597,"uuid":"761475773","full_name":"mrcointreau/eslint-config-typescript","owner":"mrcointreau","description":"A custom ESLint configuration for TypeScript projects","archived":false,"fork":false,"pushed_at":"2024-05-18T00:10:29.000Z","size":167,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-18T01:23:14.138Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrcointreau.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":"2024-02-21T22:40:14.000Z","updated_at":"2024-05-18T01:23:16.162Z","dependencies_parsed_at":null,"dependency_job_id":"fd3ddedd-11a7-491d-a120-e1a5e717409c","html_url":"https://github.com/mrcointreau/eslint-config-typescript","commit_stats":null,"previous_names":["mrcointreau/eslint-config-typescript"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrcointreau%2Feslint-config-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrcointreau%2Feslint-config-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrcointreau%2Feslint-config-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrcointreau%2Feslint-config-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrcointreau","download_url":"https://codeload.github.com/mrcointreau/eslint-config-typescript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245622960,"owners_count":20645679,"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":"2024-12-04T07:06:55.695Z","updated_at":"2025-03-26T08:44:28.301Z","avatar_url":"https://github.com/mrcointreau.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript ESLint Configuration\n\nThis package provides an ESLint configuration tailored for TypeScript projects. It extends several recommended ESLint configurations and plugins to enforce a consistent code style and catch common mistakes in TypeScript code.\n\n## Installation\nUsing npm\n\n```bash\nnpm install --save-dev @mrcointreau/eslint-config-typescript eslint\n```\n\nUsing Yarn\n\n```bash\nyarn add --dev @mrcointreau/eslint-config-typescript eslint\n```\n\nUsing pnpm\n\n```bash\npnpm add --save-dev @mrcointreau/eslint-config-typescript eslint\n```\n\n## Configuration\n\nCreate an `.eslintrc.cjs` file in the root of your project with the following contents:\n\n```js\nmodule.exports = {\n  root: true,\n  extends: [\"@mrcointreau/eslint-config-typescript\"],\n};\n```\n\nTo make it easy to run ESLint, add a script entry in your project's `package.json`:\n\n```json\n\"scripts\": {\n  \"lint\": \"eslint .\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrcointreau%2Feslint-config-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrcointreau%2Feslint-config-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrcointreau%2Feslint-config-typescript/lists"}