{"id":21666441,"url":"https://github.com/doo/eslint-config","last_synced_at":"2026-04-05T21:04:50.152Z","repository":{"id":143616332,"uuid":"414952706","full_name":"doo/eslint-config","owner":"doo","description":"Shared eslint-config for all typescript projects ","archived":false,"fork":false,"pushed_at":"2021-11-02T08:14:35.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-20T06:44:20.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/doo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-08T11:02:47.000Z","updated_at":"2023-09-27T17:52:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa05cec0-6198-43d3-b4d9-d08fa1e2ac3e","html_url":"https://github.com/doo/eslint-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doo/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doo%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doo%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doo%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doo%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doo","download_url":"https://codeload.github.com/doo/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doo%2Feslint-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260072735,"owners_count":22954920,"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-11-25T11:26:43.614Z","updated_at":"2025-12-30T22:33:13.398Z","avatar_url":"https://github.com/doo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shared Eslint Configuration for all Typescript projects\n\nAdd it your repository:\n```\nnpm install github:doo/eslint-config --save-dev\n```\n\nAdd required dev dependencies your repository:\n\n```\nnpm install prettier eslint-plugin-prettier eslint-plugin-import eslint @typescript-eslint/parser eslint-config-prettier eslint-config-airbnb-typescript @typescript-eslint/eslint-plugin @typescript-eslint/experimental-utils --save-dev\n```\n\nExample how to use this package in your typescript project (.eslintrc.js):\n```\nmodule.exports = {\n  extends: [\n    '@doo/eslint-config'\n  ]\n};\n```\n\n## React Apps\n\nExample how to use this package in your React apps (.eslintrc.js):\n```\nmodule.exports = {\n  extends: [\n    '@doo/eslint-config/react'\n  ],\n  parserOptions: {\n    project: './tsconfig.json',\n  },\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoo%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoo%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoo%2Feslint-config/lists"}