{"id":18996552,"url":"https://github.com/sinonjs/eslint-plugin-no-prototype-methods","last_synced_at":"2026-04-16T13:30:26.456Z","repository":{"id":56077180,"uuid":"306144415","full_name":"sinonjs/eslint-plugin-no-prototype-methods","owner":"sinonjs","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-29T10:35:23.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-22T18:34:30.959Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sinonjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.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}},"created_at":"2020-10-21T20:49:31.000Z","updated_at":"2023-12-29T10:35:27.000Z","dependencies_parsed_at":"2024-01-07T01:19:46.116Z","dependency_job_id":null,"html_url":"https://github.com/sinonjs/eslint-plugin-no-prototype-methods","commit_stats":{"total_commits":11,"total_committers":3,"mean_commits":"3.6666666666666665","dds":0.2727272727272727,"last_synced_commit":"5139a97f0601f4cc9395fa59e05b58079cf39bdb"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinonjs%2Feslint-plugin-no-prototype-methods","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinonjs%2Feslint-plugin-no-prototype-methods/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinonjs%2Feslint-plugin-no-prototype-methods/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinonjs%2Feslint-plugin-no-prototype-methods/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinonjs","download_url":"https://codeload.github.com/sinonjs/eslint-plugin-no-prototype-methods/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239331491,"owners_count":19621221,"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-08T17:35:52.499Z","updated_at":"2026-04-16T13:30:26.397Z","avatar_url":"https://github.com/sinonjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-no-prototype-methods\n\nDisallow direct use of prototype methods of builtins\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-prototype-methods`:\n\n```\n$ npm install @sinonjs/eslint-plugin-no-prototype-methods --save-dev\n```\n\n\n## Usage\n\nAdd `no-prototype-methods` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"no-prototype-methods\"\n    ]\n}\n```\n\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n    \"rules\": {\n        \"no-prototype-methods/rule-name\": 2\n    }\n}\n```\n\n## Supported Rules\n\n* Fill in provided rules here\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinonjs%2Feslint-plugin-no-prototype-methods","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinonjs%2Feslint-plugin-no-prototype-methods","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinonjs%2Feslint-plugin-no-prototype-methods/lists"}