{"id":15063171,"url":"https://github.com/rightcapitalhq/frontend-style-guide","last_synced_at":"2026-03-04T09:05:51.155Z","repository":{"id":193236797,"uuid":"681425807","full_name":"RightCapitalHQ/frontend-style-guide","owner":"RightCapitalHQ","description":"RightCapital's frontend style guide.","archived":false,"fork":false,"pushed_at":"2025-04-02T23:19:49.000Z","size":2376,"stargazers_count":9,"open_issues_count":19,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-03T01:14:45.235Z","etag":null,"topics":["eslint","eslint-config","eslint-rules","javascript","prettier","rightcapital","styleguide","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/RightCapitalHQ.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-08-22T01:54:26.000Z","updated_at":"2025-04-02T08:35:41.000Z","dependencies_parsed_at":"2023-10-16T14:55:12.001Z","dependency_job_id":"bf829bab-fe7d-41e5-9829-fceb7aab811c","html_url":"https://github.com/RightCapitalHQ/frontend-style-guide","commit_stats":{"total_commits":321,"total_committers":7,"mean_commits":"45.857142857142854","dds":0.5763239875389408,"last_synced_commit":"8cf6bb733959a26bce2c721245c0da45a75e1584"},"previous_names":["rightcapitalhq/frontend-style-guide"],"tags_count":393,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RightCapitalHQ%2Ffrontend-style-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RightCapitalHQ%2Ffrontend-style-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RightCapitalHQ%2Ffrontend-style-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RightCapitalHQ%2Ffrontend-style-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RightCapitalHQ","download_url":"https://codeload.github.com/RightCapitalHQ/frontend-style-guide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248200156,"owners_count":21063838,"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-config","eslint-rules","javascript","prettier","rightcapital","styleguide","typescript"],"created_at":"2024-09-24T23:52:44.784Z","updated_at":"2026-03-04T09:05:51.149Z","avatar_url":"https://github.com/RightCapitalHQ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RightCapital Frontend Style Guide\n\n\u003c!-- Badges area start --\u003e\n\n[![made by RightCapital](https://img.shields.io/badge/made_by-RightCapital-4966d0)](https://rightcapital.com)\n![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/RightCapitalHQ/frontend-style-guide/ci.yml)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n[![RightCapital frontend style guide](https://img.shields.io/badge/code_style-RightCapital-5c4c64?labelColor=f0ede8)](https://github.com/RightCapitalHQ/frontend-style-guide)\n\n\u003c!-- Badges area end --\u003e\n\nRightCapital's frontend style guide monorepo — shared configs for ESLint, Prettier, TypeScript, and related tooling.\n\n## Packages\n\n| Package                                                                       | Version                                                                                                                                             | Description                                       |\n| ----------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |\n| [`@rightcapital/eslint-config`](packages/eslint-config)                       | [![npm](https://img.shields.io/npm/v/@rightcapital/eslint-config)](https://www.npmjs.com/package/@rightcapital/eslint-config)                       | ESLint flat config with JS, TS, and React support |\n| [`@rightcapital/eslint-plugin`](packages/eslint-plugin)                       | [![npm](https://img.shields.io/npm/v/@rightcapital/eslint-plugin)](https://www.npmjs.com/package/@rightcapital/eslint-plugin)                       | Custom ESLint rules                               |\n| [`@rightcapital/prettier-config`](packages/prettier-config)                   | [![npm](https://img.shields.io/npm/v/@rightcapital/prettier-config)](https://www.npmjs.com/package/@rightcapital/prettier-config)                   | Shared Prettier configuration                     |\n| [`@rightcapital/tsconfig`](packages/tsconfig)                                 | [![npm](https://img.shields.io/npm/v/@rightcapital/tsconfig)](https://www.npmjs.com/package/@rightcapital/tsconfig)                                 | Shared TypeScript configuration                   |\n| [`@rightcapital/lint-eslint-config-rules`](packages/lint-eslint-config-rules) | [![npm](https://img.shields.io/npm/v/@rightcapital/lint-eslint-config-rules)](https://www.npmjs.com/package/@rightcapital/lint-eslint-config-rules) | CLI to check for deprecated/unknown ESLint rules  |\n\n## ESLint\n\n### Prerequisites\n\n- `eslint` (\u003e=9)\n- `typescript` (optional, for TypeScript support)\n\n### Usage\n\nInstall `@rightcapital/eslint-config` to your project.\n\n```sh\npnpm add -D @rightcapital/eslint-config\n```\n\nIn your `eslint.config.mjs` ([or equivalent](https://eslint.org/docs/latest/use/configure/configuration-files#configuration-file-formats)):\n\n```js\nimport eslintConfigRightcapital from '@rightcapital/eslint-config';\n\nconst { defineConfig } = eslintConfigRightcapital.utils;\n\nexport default defineConfig(\n  ...eslintConfigRightcapital.configs.recommended,\n\n  // add more configs for specific files or packages if needed\n  {\n    files: ['scripts/**/*.{js,cjs,mjs}'],\n    extends: [\n      ...eslintConfigRightcapital.configs.node,\n      ...eslintConfigRightcapital.configs.script,\n    ],\n  },\n);\n```\n\nSee [`packages/eslint-config`](packages/eslint-config) for the full list of exported configs and utils.\n\n## Prettier\n\n### Prerequisites\n\n- `prettier`\n\n### Usage\n\nInstall config package to your project:\n\n```sh\npnpm add -D @rightcapital/prettier-config\n```\n\nIn your project's `prettier.config.cjs`:\n\n```js\nmodule.exports = require('@rightcapital/prettier-config');\n```\n\nSee [`packages/prettier-config`](packages/prettier-config) for details.\n\n## Development\n\n1. Create a `feature/*` branch, make changes, and run `pnpm -w change` to generate a version plan\n2. Open a PR to `main` and merge after review\n3. Merge the automatically created Release PR to publish packages to npm\n\n## License\n\n[MIT License](LICENSE) © 2023-Present\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frightcapitalhq%2Ffrontend-style-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frightcapitalhq%2Ffrontend-style-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frightcapitalhq%2Ffrontend-style-guide/lists"}