{"id":17996565,"url":"https://github.com/maxbeatty/style-guide","last_synced_at":"2025-04-04T06:14:05.922Z","repository":{"id":232590410,"uuid":"766643625","full_name":"maxbeatty/style-guide","owner":"maxbeatty","description":"Style guide for TypeScript, ESLint, and Prettier","archived":false,"fork":false,"pushed_at":"2024-12-30T01:52:12.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T17:28:48.565Z","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/maxbeatty.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-03-03T20:20:32.000Z","updated_at":"2024-12-30T01:52:15.000Z","dependencies_parsed_at":"2024-04-10T14:21:53.686Z","dependency_job_id":"6595385c-00b5-4f50-877a-dd3b0d6fe62c","html_url":"https://github.com/maxbeatty/style-guide","commit_stats":null,"previous_names":["maxbeatty/style-guide"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeatty%2Fstyle-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeatty%2Fstyle-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeatty%2Fstyle-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbeatty%2Fstyle-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxbeatty","download_url":"https://codeload.github.com/maxbeatty/style-guide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128753,"owners_count":20888235,"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-10-29T21:15:00.509Z","updated_at":"2025-04-04T06:14:05.901Z","avatar_url":"https://github.com/maxbeatty.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# style-guide\n\nStyle guide for TypeScript, ESLint, and Prettier\n\n## Installation\n\nAll of the configurations are contained in one package: `@maxbeatty/style-guide`\n\n```sh\nnpm install --save-dev @maxbeatty/style-guide\n```\n\n### Prettier\n\n\u003e Note: Prettier is a peer-dependency of this package, and should be installed\n\u003e at the root of your project.\n\u003e\n\u003e See: \u003chttps://prettier.io/docs/en/install.html\u003e\n\nTo use the shared Prettier config, set the following in `package.json`.\n\n```json\n{\n  \"prettier\": \"@maxbeatty/style-guide/prettier\"\n}\n```\n\n### ESLint\n\n\u003e Note: ESLint is a peer-dependency of this package, and should be installed\n\u003e at the root of your project.\n\u003e\n\u003e See: \u003chttps://eslint.org/docs/user-guide/getting-started#installation-and-usage\u003e\n\nThis ESLint config is designed to be composable with the [newer flag configuration files](https://eslint.org/docs/latest/use/configure/configuration-files-new).\n\n```js\nimport nodeConfig from \"@maxbeatty/style-guide/eslint/node\";\n\nexport default [\n  nodeConfig,\n  // other configuration objects...\n];\n```\n\n## Contributing\n\nPlease read the [contributing](./CONTRIBUTING.md) guide.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxbeatty%2Fstyle-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxbeatty%2Fstyle-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxbeatty%2Fstyle-guide/lists"}