{"id":19484313,"url":"https://github.com/react-hookz/eslint-config","last_synced_at":"2025-07-10T16:10:25.553Z","repository":{"id":36987069,"uuid":"446794961","full_name":"react-hookz/eslint-config","owner":"react-hookz","description":"eslint configuration files used in @react-hookz projects","archived":false,"fork":false,"pushed_at":"2024-04-12T01:01:17.000Z","size":2958,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-12T11:21:30.612Z","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/react-hookz.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}},"created_at":"2022-01-11T11:33:13.000Z","updated_at":"2024-04-15T01:49:03.125Z","dependencies_parsed_at":"2024-02-26T01:48:49.833Z","dependency_job_id":"cbb6bfde-6570-40b8-9ab3-d8432384bba2","html_url":"https://github.com/react-hookz/eslint-config","commit_stats":{"total_commits":466,"total_committers":4,"mean_commits":116.5,"dds":"0.11158798283261806","last_synced_commit":"0961576dd486176c1e60332787ab926ae89ab4b1"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-hookz%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-hookz%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-hookz%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-hookz%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-hookz","download_url":"https://codeload.github.com/react-hookz/eslint-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240720660,"owners_count":19846800,"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-10T20:20:21.432Z","updated_at":"2025-02-25T18:24:42.383Z","avatar_url":"https://github.com/react-hookz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!CAUTION]\n\u003e __PACKAGE IS DEPRECATED AND WILL BE DETED SOON__  \n\u003e USE [@ver0/eslint-config](https://github.com/ver0-project/eslint-config) instead\n\n\u003cdiv align=\"center\"\u003e\n\n# @react-hookz/eslint-config\n\neslint configuration files used in @react-hookz projects\n\n[![NPM Version](https://flat.badgen.net/npm/v/@react-hookz/eslint-config)](https://www.npmjs.com/package/@react-hookz/eslint-config)\n[![NPM Downloads](https://flat.badgen.net/npm/dm/@react-hookz/eslint-config)](https://www.npmjs.com/package/@react-hookz/eslint-config)\n[![NPM Dependents](https://flat.badgen.net/npm/dependents/@react-hookz/eslint-config)](https://www.npmjs.com/package/@react-hookz/eslint-config)\n[![Build](https://img.shields.io/github/actions/workflow/status/react-hookz/eslint-config/CI.yml?branch=master\u0026style=flat-square)](https://github.com/react-hookz/eslint-config/actions)\n\n\u003c/div\u003e\n\n## Installation\n\nThis package does not install `eslint`, so you need to install them manually.\n\n```shell\nyarn add -D @react-hookz/eslint-config eslint\n```\n\n## Usage\n\nThis config is expected to be used with ESLint 8.3+, as it utilizes flat config.\n\nImport sub-configs you are interested in, spreading them into your config. All configs are\nguaranteed to be an array.\n\nSome configs, like `jest` and `vitest`, require extra dependencies to be installed. You can find the\nrequired dependencies in the respective READMEs.\n\n```js\nimport baseConfig from '@react-hookz/eslint-config/base.js';\nimport reactConfig from '@react-hookz/eslint-config/react.js';\nimport vitestConfig from '@react-hookz/eslint-config/vitest.js';\n\nexport default [\n\t...baseConfig,\n\t...reactConfig,\n\t...vitestConfig,\n\t{\n\t\trules: {\n\t\t\t// your own overrides\n\t\t},\n\t},\n];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-hookz%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-hookz%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-hookz%2Feslint-config/lists"}