{"id":16812101,"url":"https://github.com/munierujp/eslint-config","last_synced_at":"2025-10-09T20:32:49.908Z","repository":{"id":60922046,"uuid":"545982384","full_name":"munierujp/eslint-config","owner":"munierujp","description":"ESLint Shareable Config for JavaScript","archived":false,"fork":false,"pushed_at":"2025-09-19T17:15:49.000Z","size":225,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-19T19:52:13.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@munierujp/eslint-config","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/munierujp.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"munierujp","custom":["https://www.paypal.me/munieru","https://www.amazon.co.jp/hz/wishlist/ls/5GQBF2ASPH8Y?type=wishlist\u0026sort=price-asc","https://giftee.co/u/munieru_jp"]}},"created_at":"2022-10-05T10:11:07.000Z","updated_at":"2025-08-15T04:38:04.000Z","dependencies_parsed_at":"2023-10-14T22:10:59.606Z","dependency_job_id":"fd516030-1b95-4b15-839e-d0b7fdbdb584","html_url":"https://github.com/munierujp/eslint-config","commit_stats":{"total_commits":89,"total_committers":2,"mean_commits":44.5,"dds":0.3033707865168539,"last_synced_commit":"b5dcc154678ff7c83ec668f90140616d9afcc0c7"},"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"purl":"pkg:github/munierujp/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munierujp%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munierujp%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munierujp%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munierujp%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/munierujp","download_url":"https://codeload.github.com/munierujp/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munierujp%2Feslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002000,"owners_count":26083258,"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":[],"created_at":"2024-10-13T10:20:42.039Z","updated_at":"2025-10-09T20:32:49.891Z","avatar_url":"https://github.com/munierujp.png","language":"JavaScript","funding_links":["https://github.com/sponsors/munierujp","https://www.paypal.me/munieru","https://www.amazon.co.jp/hz/wishlist/ls/5GQBF2ASPH8Y?type=wishlist\u0026sort=price-asc","https://giftee.co/u/munieru_jp"],"categories":[],"sub_categories":[],"readme":"[![npm version](https://badge.fury.io/js/%40munierujp%2Feslint-config.svg)](https://badge.fury.io/js/%40munierujp%2Feslint-config)\n[![lint](https://github.com/munierujp/eslint-config/actions/workflows/lint.yml/badge.svg)](https://github.com/munierujp/eslint-config/actions/workflows/lint.yml)\n[![ESLint Recommended](https://img.shields.io/badge/eslint-recommended-%234B32C3)](https://github.com/eslint-recommended)\n\n# @munierujp/eslint-config\n\nESLint Shareable Config for JavaScript\n\n## Requirements\n\n- Node.js v20 or later\n- ESLint v8\n\n## Installation\n\nnpm:\n\n```sh\nnpm i -D @munierujp/eslint-config\n```\n\nYarn:\n\n```sh\nyarn add -D @munierujp/eslint-config\n```\n\npnpm:\n\n```sh\npnpm add -D @munierujp/eslint-config\n```\n\n## Usage\n\nAdd `@munierujp` to the `extends` section of your [ESLint configuration file](https://eslint.org/docs/latest/use/configure/configuration-files-deprecated).\n\nJavaScript:\n\n```javascript\nmodule.exports = {\n  extends: [\n    '@munierujp'\n    // add other rulesets here if needed\n  ]\n}\n```\n\nYAML:\n\n```yaml\nextends:\n  - @munierujp\n  # add other rulesets here if needed\n```\n\nJSON:\n\n```jsonc\n{\n  \"extends\": [\n    \"@munierujp\"\n    // add other rulesets here if needed\n  ]\n}\n```\n\n## Related Packages\n\n- [@munierujp/eslint-config-typescript](https://www.npmjs.com/package/@munierujp/eslint-config-typescript)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunierujp%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmunierujp%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunierujp%2Feslint-config/lists"}