{"id":18609896,"url":"https://github.com/unlight/eslint-plugin-no-eslint-disable","last_synced_at":"2026-04-30T09:32:13.592Z","repository":{"id":50608280,"uuid":"149343548","full_name":"unlight/eslint-plugin-no-eslint-disable","owner":"unlight","description":"Disallow disable rules by `eslint-disable` comment.","archived":false,"fork":false,"pushed_at":"2022-07-30T20:50:22.000Z","size":15,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T01:25:57.677Z","etag":null,"topics":["eslint","eslint-disable","eslint-plugin","eslint-rules","eslintplugin"],"latest_commit_sha":null,"homepage":null,"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/unlight.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-18T19:47:38.000Z","updated_at":"2023-03-04T05:38:48.000Z","dependencies_parsed_at":"2022-09-24T15:20:30.692Z","dependency_job_id":null,"html_url":"https://github.com/unlight/eslint-plugin-no-eslint-disable","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Feslint-plugin-no-eslint-disable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Feslint-plugin-no-eslint-disable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Feslint-plugin-no-eslint-disable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unlight%2Feslint-plugin-no-eslint-disable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unlight","download_url":"https://codeload.github.com/unlight/eslint-plugin-no-eslint-disable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239400598,"owners_count":19632049,"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","eslint-disable","eslint-plugin","eslint-rules","eslintplugin"],"created_at":"2024-11-07T03:07:41.016Z","updated_at":"2026-04-30T09:32:13.571Z","avatar_url":"https://github.com/unlight.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-no-eslint-disable\n\nDisallow disable rules by `eslint-disable` comment.\n\n## Install\n\n```sh\nnpm i -D eslint-plugin-no-eslint-disable\n```\n\n```js\n// eslint.config.js\n\nimport * as noEslintDisable from 'eslint-plugin-no-eslint-disable';\n\nexport default [\n  {\n    plugins: {\n      'no-eslint-disable': noEslintDisable,\n    },\n    rules: {\n      'no-eslint-disable/no-eslint-disable': 'error',\n    },\n  },\n];\n```\n\n## Links\n\n- https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-abusive-eslint-disable.md\n- https://github.com/coleturner/eslint-plugin-why\n- https://github.com/edwardpayton/eslint-plugin-no-empty-disable\n\n## License\n\n[MIT License](https://opensource.org/licenses/MIT) (c) 2025\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funlight%2Feslint-plugin-no-eslint-disable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funlight%2Feslint-plugin-no-eslint-disable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funlight%2Feslint-plugin-no-eslint-disable/lists"}