{"id":21192978,"url":"https://github.com/cloudfour/eslint-config","last_synced_at":"2025-07-10T03:32:01.415Z","repository":{"id":38136950,"uuid":"58246682","full_name":"cloudfour/eslint-config","owner":"cloudfour","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-03T20:02:47.000Z","size":2037,"stargazers_count":4,"open_issues_count":16,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-07-03T21:19:28.021Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudfour.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2016-05-07T03:06:02.000Z","updated_at":"2025-05-28T18:57:53.000Z","dependencies_parsed_at":"2023-02-16T12:31:17.562Z","dependency_job_id":"9f1d4021-34ec-4493-ae38-27d8aa7e9fe4","html_url":"https://github.com/cloudfour/eslint-config","commit_stats":{"total_commits":494,"total_committers":11,"mean_commits":44.90909090909091,"dds":0.5607287449392713,"last_synced_commit":"bca88f6e2792fb688e9f50f52bf1f2d684c07186"},"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/cloudfour/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfour","download_url":"https://codeload.github.com/cloudfour/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Feslint-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264521455,"owners_count":23622152,"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-20T19:12:17.999Z","updated_at":"2025-07-10T03:31:56.407Z","avatar_url":"https://github.com/cloudfour.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @cloudfour/eslint-config\n\n[![NPM version](https://img.shields.io/npm/v/@cloudfour/eslint-config.svg)](https://www.npmjs.com/package/@cloudfour/eslint-config) [![Build Status](https://github.com/cloudfour/eslint-config/workflows/CI/badge.svg)](https://github.com/cloudfour/eslint-config/actions?query=workflow%3ACI) [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)\n\nCloud Four's ESLint configuration.\n\nThis config extends the following plugins:\n\n- [`n`](https://github.com/weiran-zsd/eslint-plugin-node) (maintained fork of original [`eslint-plugin-node`](https://github.com/mysticatea/eslint-plugin-node))\n- [`import`](https://github.com/benmosher/eslint-plugin-import)\n- [`promise`](https://github.com/xjamundx/eslint-plugin-promise)\n- [`jsdoc`](https://github.com/gajus/eslint-plugin-jsdoc)\n- [`unicorn`](https://github.com/sindresorhus/eslint-plugin-unicorn)\n- [`standard`](https://github.com/standard/eslint-config-standard)\n- [`@typescript-eslint`](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin)\n\nIt also adds the following custom rules:\n\n- [`prefer-early-return`](./src/rules/prefer-early-return/)\n\n## Usage\n\nThis package exports [a flat ESLint configuration](https://eslint.org/docs/latest/use/configure/configuration-files-new).\n\n```bash\nnpm install --save-dev eslint @cloudfour/eslint-config\n```\n\nExample `eslint.config.js`:\n\n```js\nimport cloudFourConfig from '@cloudfour/eslint-config';\n\nexport default [\n\t...cloudFourConfig,\n\t{\n\t\trules: {\n\t\t\t// your overrides here\n\t\t\t...\n\t\t}\n\t},\n];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfour%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfour%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfour%2Feslint-config/lists"}