{"id":24559251,"url":"https://github.com/parcellab/eslint-plugin-no-require-assign","last_synced_at":"2025-10-09T18:07:33.407Z","repository":{"id":65108985,"uuid":"582087169","full_name":"parcelLab/eslint-plugin-no-require-assign","owner":"parcelLab","description":"Disallow assigning to required bindings","archived":false,"fork":false,"pushed_at":"2025-04-28T13:17:18.000Z","size":30,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-08-24T00:25:10.820Z","etag":null,"topics":["eslint","javascript","team-architecture","typescript"],"latest_commit_sha":null,"homepage":null,"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/parcelLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-25T16:09:26.000Z","updated_at":"2025-07-22T14:40:13.000Z","dependencies_parsed_at":"2025-07-23T01:40:06.911Z","dependency_job_id":"6301c2d7-d711-4870-880c-18f6cf5d8833","html_url":"https://github.com/parcelLab/eslint-plugin-no-require-assign","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/parcelLab/eslint-plugin-no-require-assign","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parcelLab%2Feslint-plugin-no-require-assign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parcelLab%2Feslint-plugin-no-require-assign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parcelLab%2Feslint-plugin-no-require-assign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parcelLab%2Feslint-plugin-no-require-assign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parcelLab","download_url":"https://codeload.github.com/parcelLab/eslint-plugin-no-require-assign/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parcelLab%2Feslint-plugin-no-require-assign/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001951,"owners_count":26083226,"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-10-09T02:00:07.460Z","response_time":59,"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":["eslint","javascript","team-architecture","typescript"],"created_at":"2025-01-23T06:16:02.034Z","updated_at":"2025-10-09T18:07:33.402Z","avatar_url":"https://github.com/parcelLab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-no-require-assign\n\nDisallow assigning to required bindings\n\nOriginal author @weiliddat [@parcellab/eslint-config#51](https://github.com/parcelLab/eslint-config/pull/51)\n\n## Installation\n\nYou'll first need to install [ESLint](https://eslint.org/):\n\n```sh\nnpm i eslint --save-dev\n```\n\nNext, install `@parcellab/eslint-plugin-no-require-assign`:\n\n```sh\nnpm install @parcellab/eslint-plugin-no-require-assign --save-dev\n```\n\n## Usage\n\nAdd `@parcellab/eslint-plugin-no-require-assign` to the plugins section of your `.eslintrc` configuration file:\n\n```json\n{\n  \"plugins\": [\"@parcellab/eslint-plugin-no-require-assign\"]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n  \"rules\": {\n    \"@parcellab/eslint-plugin-no-require-assign/rule-name\": 2\n  }\n}\n```\n\n## Supported Rules\n\n- Fill in provided rules here\n\n## Contributing\n\n[Contribution guidelines](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparcellab%2Feslint-plugin-no-require-assign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparcellab%2Feslint-plugin-no-require-assign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparcellab%2Feslint-plugin-no-require-assign/lists"}