{"id":14978333,"url":"https://github.com/leapfrogtechnology/eslint-config-leapfrog","last_synced_at":"2025-07-23T12:34:24.020Z","repository":{"id":26609580,"uuid":"108131453","full_name":"leapfrogtechnology/eslint-config-leapfrog","owner":"leapfrogtechnology","description":"Set of ESLint rules for JavaScript projects at Leapfrog.","archived":false,"fork":false,"pushed_at":"2024-11-22T10:48:00.000Z","size":412,"stargazers_count":16,"open_issues_count":1,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-04T22:07:50.827Z","etag":null,"topics":["eslint","eslint-config","eslint-config-leapfrog","eslint-rules","hacktoberfest","javascript","leapfrog"],"latest_commit_sha":null,"homepage":"https://yarn.pm/eslint-config-leapfrog","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/leapfrogtechnology.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":"2017-10-24T13:34:23.000Z","updated_at":"2023-10-02T05:39:01.000Z","dependencies_parsed_at":"2024-06-18T17:09:23.890Z","dependency_job_id":"4e6c6bf4-edf0-4919-b3a9-cc7a16cf7066","html_url":"https://github.com/leapfrogtechnology/eslint-config-leapfrog","commit_stats":{"total_commits":50,"total_committers":6,"mean_commits":8.333333333333334,"dds":0.6,"last_synced_commit":"27b33759ac5aea1962e6b3b8b574eb9b0a1a7c73"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/leapfrogtechnology/eslint-config-leapfrog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapfrogtechnology%2Feslint-config-leapfrog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapfrogtechnology%2Feslint-config-leapfrog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapfrogtechnology%2Feslint-config-leapfrog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapfrogtechnology%2Feslint-config-leapfrog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leapfrogtechnology","download_url":"https://codeload.github.com/leapfrogtechnology/eslint-config-leapfrog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapfrogtechnology%2Feslint-config-leapfrog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266680275,"owners_count":23967791,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-config","eslint-config-leapfrog","eslint-rules","hacktoberfest","javascript","leapfrog"],"created_at":"2024-09-24T13:57:25.751Z","updated_at":"2025-07-23T12:34:24.001Z","avatar_url":"https://github.com/leapfrogtechnology.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-leapfrog\n\n[![npm](https://img.shields.io/npm/v/eslint-config-leapfrog?style=flat-square)](https://badge.fury.io/js/eslint-config-leapfrog)\n[![npm](https://img.shields.io/npm/dm/eslint-config-leapfrog?style=flat-square)](https://npmjs.org/package/eslint-config-leapfrog)\n[![GitHub](https://img.shields.io/github/license/leapfrogtechnology/eslint-config-leapfrog?style=flat-square)](LICENSE)\n\nSet of [ESLint](https://eslint.org/) rules for JavaScript projects at Leapfrog.\n\n**`eslint-config-leapfrog` adds rules on top of `eslint:recommended`, `eslint-plugin-jsdoc` and `eslint-plugin-react`.**\n\n## Requires\n\n- ESLint **\u003e= 6.0.0**\n\n## Usage\n\nAdd `eslint-config-leapfrog` as a dev dependency.\n\n```bash\nyarn add eslint-config-leapfrog --dev\n```\n\nInclude `eslint-config-leapfrog` in your [.eslintrc](https://eslint.org/docs/user-guide/getting-started#configuration) file.\n\n```json\n{\n  \"extends\": [\"eslint-config-leapfrog\"]\n}\n```\n\nFor projects using React, include `eslint-config-leapfrog/react` which contains ESLint rules specific to React.\n\n```json\n{\n  \"extends\": [\"eslint-config-leapfrog/react\"]\n}\n```\n\n## In the Wild\n\nFollowing are the projects compliant to these rules. Send us a PR and we'll add you to the list.\n\n- [Async Store - Koa Example](https://github.com/leapfrogtechnology/async-store/tree/master/examples/koa-http-server-js)\n- [Express API ES6 Starter](https://github.com/mesaugat/express-api-es6-starter)\n- [Frogtoberfest](https://github.com/leapfrogtechnology/frogtoberfest)\n- [get-js](https://github.com/kabirbaidhya/get-js)\n- [js-jatra](https://github.com/leapfrogtechnology/js-jatra)\n- [Just Handlebars Helpers](https://github.com/leapfrogtechnology/just-handlebars-helpers)\n- [SyncDb - Node MSSQL Example](https://github.com/leapfrogtechnology/sync-db/tree/master/examples/node-app-mssql)\n- [Bulletin Board](https://github.com/leapfrogtechnology/bulletin-board)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleapfrogtechnology%2Feslint-config-leapfrog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleapfrogtechnology%2Feslint-config-leapfrog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleapfrogtechnology%2Feslint-config-leapfrog/lists"}