{"id":26491667,"url":"https://github.com/danielc92/eslint-config-dc","last_synced_at":"2026-04-11T01:33:14.083Z","repository":{"id":158479545,"uuid":"634115108","full_name":"danielc92/eslint-config-dc","owner":"danielc92","description":"reusable linting config for eslint","archived":false,"fork":false,"pushed_at":"2023-10-04T05:53:52.000Z","size":1597,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T08:14:50.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/danielc92.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-04-29T05:07:48.000Z","updated_at":"2023-05-14T04:01:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2e05823-f96d-421b-a890-1311b3d1e192","html_url":"https://github.com/danielc92/eslint-config-dc","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/danielc92/eslint-config-dc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Feslint-config-dc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Feslint-config-dc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Feslint-config-dc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Feslint-config-dc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielc92","download_url":"https://codeload.github.com/danielc92/eslint-config-dc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Feslint-config-dc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273114756,"owners_count":25048253,"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-09-01T02:00:09.058Z","response_time":120,"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":[],"created_at":"2025-03-20T08:50:06.160Z","updated_at":"2026-04-11T01:33:09.024Z","avatar_url":"https://github.com/danielc92.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-platypus\r\n\r\nA reusable linting config for eslint with a focus on code quality and readability.\r\n\r\n## getting started\r\n\r\n#### Using default configuration\r\n\r\ninstall \r\n\r\n```\r\nnpm i --save-dev eslint-config-platypus\r\n```\r\n\r\nif you do not have typescript\r\n```\r\nnpm i --save-dev typescript\r\n```\r\n\r\ncreate a eslint config file `.eslintrc.js`\r\n\r\n```js\r\nmodule.exports = { extends: [\"eslint-config-platypus\"] }\r\n```\r\n\r\nThe default configuration contains rules for \r\n- code quality\r\n- formatting\r\n- jest\r\n- secrets\r\n- typescript\r\n\r\n#### Using the React add on\r\n\r\nIf you wish to use the React configuration, which includes linting rules for react, react hooks as well as jest dom, install these additional dependencies:\r\n\r\n```\r\nnpm i eslint-plugin-jest-dom eslint-plugin-react eslint-plugin-react-hooks --save-dev\r\n```\r\n\r\nNext extend the eslint config\r\n\r\n```js\r\nmodule.exports = { extends: [\r\n    \"eslint-config-platypus\",\r\n    \"eslint-config-platypus/react-addon\"\r\n    ] }\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Feslint-config-dc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielc92%2Feslint-config-dc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Feslint-config-dc/lists"}