{"id":17460968,"url":"https://github.com/hudochenkov/eslint-config-hudochenkov","last_synced_at":"2025-05-05T19:50:07.848Z","repository":{"id":17838493,"uuid":"82772324","full_name":"hudochenkov/eslint-config-hudochenkov","owner":"hudochenkov","description":"My configs for ESLint.","archived":false,"fork":false,"pushed_at":"2025-01-16T18:07:08.000Z","size":707,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-26T16:46:27.973Z","etag":null,"topics":["eslint-config"],"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/hudochenkov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-22T07:07:24.000Z","updated_at":"2025-01-16T18:07:09.000Z","dependencies_parsed_at":"2023-01-13T19:31:47.216Z","dependency_job_id":null,"html_url":"https://github.com/hudochenkov/eslint-config-hudochenkov","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudochenkov%2Feslint-config-hudochenkov","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudochenkov%2Feslint-config-hudochenkov/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudochenkov%2Feslint-config-hudochenkov/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudochenkov%2Feslint-config-hudochenkov/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hudochenkov","download_url":"https://codeload.github.com/hudochenkov/eslint-config-hudochenkov/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252565496,"owners_count":21768869,"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":["eslint-config"],"created_at":"2024-10-18T06:24:19.437Z","updated_at":"2025-05-05T19:50:07.818Z","avatar_url":"https://github.com/hudochenkov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-hudochenkov\n\nMy configs for [ESLint].\n\nAvailable configs:\n\n* `main` — default config which includes following configs:\n\t* `base` — config with only ESLint core rules.\n\t* `commonPlugins` — config with [eslint-plugin-unicorn], [eslint-plugin-import], and [eslint-plugin-jest]. Applies both for browser and Node.js projects.\n* `react` — config for React applications. Includes [eslint-plugin-react], [eslint-plugin-react-hooks], and [eslint-plugin-jsx-a11y] plugins.\n* `reactTesting` — config for tesing React apps with [React Testing Library]. Includes [eslint-plugin-jest-dom] and [eslint-plugin-testing-library] plugins.\n\n## Installation\n\nInstall config:\n\n```\nnpm install --save-dev eslint-config-hudochenkov\n```\n\n## Usage\n\nAdd chosen config to your [ESLint configuration](https://eslint.org/docs/latest/use/configure/combine-configs):\n\n```js\nimport { configs } from 'eslint-config-hudochenkov';\n\nexport default [\n\t...configs.main,\n\t...configs.react,\n\t...configs.reactTesting,\n\t// other configuration objects\n];\n```\n\n[ESLint]: https://eslint.org/\n[eslint-plugin-import]: https://github.com/import-js/eslint-plugin-import\n[eslint-plugin-react]: https://github.com/jsx-eslint/eslint-plugin-react\n[eslint-plugin-react-hooks]: https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks\n[eslint-plugin-jsx-a11y]: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y\n[eslint-plugin-unicorn]: https://github.com/sindresorhus/eslint-plugin-unicorn\n[eslint-plugin-jest]: https://github.com/jest-community/eslint-plugin-jest\n[React Testing Library]: https://testing-library.com/docs/react-testing-library/intro/\n[eslint-plugin-jest-dom]: https://github.com/testing-library/eslint-plugin-jest-dom\n[eslint-plugin-testing-library]: https://github.com/testing-library/eslint-plugin-testing-library\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhudochenkov%2Feslint-config-hudochenkov","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhudochenkov%2Feslint-config-hudochenkov","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhudochenkov%2Feslint-config-hudochenkov/lists"}