{"id":25934454,"url":"https://github.com/sanand0/eslint-plugin-no-data-blocks","last_synced_at":"2026-02-13T13:49:03.101Z","repository":{"id":184416649,"uuid":"652423228","full_name":"sanand0/eslint-plugin-no-data-blocks","owner":"sanand0","description":"Do not embed large data in code","archived":false,"fork":false,"pushed_at":"2024-12-25T11:57:19.000Z","size":82,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-08T01:48:23.890Z","etag":null,"topics":["library","tool"],"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/sanand0.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-12T03:38:01.000Z","updated_at":"2025-04-17T07:01:08.000Z","dependencies_parsed_at":"2024-12-25T11:57:28.090Z","dependency_job_id":"cac3269d-d55f-445c-a335-037314da137e","html_url":"https://github.com/sanand0/eslint-plugin-no-data-blocks","commit_stats":null,"previous_names":["gramener/eslint-plugin-no-data-blocks","sanand0/eslint-plugin-no-data-blocks"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sanand0/eslint-plugin-no-data-blocks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Feslint-plugin-no-data-blocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Feslint-plugin-no-data-blocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Feslint-plugin-no-data-blocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Feslint-plugin-no-data-blocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanand0","download_url":"https://codeload.github.com/sanand0/eslint-plugin-no-data-blocks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Feslint-plugin-no-data-blocks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275152270,"owners_count":25414446,"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-09-14T02:00:10.474Z","response_time":75,"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":["library","tool"],"created_at":"2025-03-04T00:57:56.069Z","updated_at":"2026-02-13T13:48:58.068Z","avatar_url":"https://github.com/sanand0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-no-data-blocks\n\nDo not embed large data in code\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 `eslint-plugin-no-data-blocks`:\n\n```sh\nnpm install eslint-plugin-no-data-blocks --save-dev\n```\n\n## Usage\n\nAdd `no-data-blocks` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"no-data-blocks\"\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-data-blocks/no-data-blocks\": [\"error\", 100]\n    }\n}\n```\n\n## Rules\n\n\u003c!-- begin auto-generated rules list --\u003e\n\n| Name                                           | Description                     |\n| :--------------------------------------------- | :------------------------------ |\n| [no-data-blocks](docs/rules/no-data-blocks.md) | Do not embed large data in code |\n\n\u003c!-- end auto-generated rules list --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanand0%2Feslint-plugin-no-data-blocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanand0%2Feslint-plugin-no-data-blocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanand0%2Feslint-plugin-no-data-blocks/lists"}