{"id":23002814,"url":"https://github.com/igat64/eslint-plugin-no-call","last_synced_at":"2025-08-14T01:31:35.995Z","repository":{"id":28580243,"uuid":"118636438","full_name":"igat64/eslint-plugin-no-call","owner":"igat64","description":"Forbid to use of particular functions and/or methods to call","archived":false,"fork":false,"pushed_at":"2022-02-11T05:08:15.000Z","size":98,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T01:37:11.162Z","etag":null,"topics":["eslint","eslint-plugin","eslint-plugin-no-call","eslint-rules","eslintplugin","linter-plugin"],"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/igat64.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}},"created_at":"2018-01-23T16:22:39.000Z","updated_at":"2021-03-11T10:34:49.000Z","dependencies_parsed_at":"2022-08-07T14:00:14.932Z","dependency_job_id":null,"html_url":"https://github.com/igat64/eslint-plugin-no-call","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/igat64/eslint-plugin-no-call","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igat64%2Feslint-plugin-no-call","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igat64%2Feslint-plugin-no-call/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igat64%2Feslint-plugin-no-call/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igat64%2Feslint-plugin-no-call/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igat64","download_url":"https://codeload.github.com/igat64/eslint-plugin-no-call/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igat64%2Feslint-plugin-no-call/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270347431,"owners_count":24568569,"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-08-13T02:00:09.904Z","response_time":66,"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","eslint-plugin","eslint-plugin-no-call","eslint-rules","eslintplugin","linter-plugin"],"created_at":"2024-12-15T07:12:18.347Z","updated_at":"2025-08-14T01:31:35.743Z","avatar_url":"https://github.com/igat64.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-no-call\n\nEslint plugin with a rule that forbid the use of particular functions and/or methods to call.\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```\n$ npm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-no-call`:\n\n```\n$ npm install eslint-plugin-no-call --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-no-call` globally.\n\n## Usage\n\nAdd `no-call` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n  \"plugins\": [\"no-call\"]\n}\n```\n\nThen configure the rule.\n\n```json\n{\n  \"rules\": {\n    \"no-call/no-call\": [1, [\"_.set\"]]\n  }\n}\n```\n\n## Supported Rules\n\n* [no-call](https://github.com/igat64/eslint-plugin-no-call/blob/master/docs/rules/no-call.md) (docs are there)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figat64%2Feslint-plugin-no-call","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figat64%2Feslint-plugin-no-call","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figat64%2Feslint-plugin-no-call/lists"}