{"id":15020764,"url":"https://github.com/bconnorwhite/eslint-config-bob","last_synced_at":"2026-01-27T03:32:36.772Z","repository":{"id":57227837,"uuid":"296946399","full_name":"bconnorwhite/eslint-config-bob","owner":"bconnorwhite","description":"ESLint configuration for packages built with @bconnorwhite/bob","archived":false,"fork":false,"pushed_at":"2022-01-25T19:36:56.000Z","size":1027,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T11:09:55.576Z","etag":null,"topics":["bob","eslint","eslint-config","linting","node","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bconnorwhite.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-19T20:27:13.000Z","updated_at":"2022-01-25T18:33:27.000Z","dependencies_parsed_at":"2022-09-12T17:00:35.821Z","dependency_job_id":null,"html_url":"https://github.com/bconnorwhite/eslint-config-bob","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bconnorwhite%2Feslint-config-bob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bconnorwhite%2Feslint-config-bob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bconnorwhite%2Feslint-config-bob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bconnorwhite%2Feslint-config-bob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bconnorwhite","download_url":"https://codeload.github.com/bconnorwhite/eslint-config-bob/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239887291,"owners_count":19713630,"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":["bob","eslint","eslint-config","linting","node","nodejs","typescript"],"created_at":"2024-09-24T19:55:35.066Z","updated_at":"2026-01-27T03:32:31.739Z","avatar_url":"https://github.com/bconnorwhite.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/eslint-logo.svg\" height=\"80\" width=\"80\" /\u003e\n  \u003ch1\u003eeslint-config-bob\u003c/h1\u003e\n  \u003ca href=\"https://npmjs.com/package/eslint-config-bob\"\u003e\n    \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/eslint-config-bob.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/bconnorwhite/eslint-config-bob\"\u003e\n    \u003cimg alt=\"typescript\" src=\"https://img.shields.io/github/languages/top/bconnorwhite/eslint-config-bob.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href='https://coveralls.io/github/bconnorwhite/eslint-config-bob?branch=master'\u003e\n    \u003cimg alt=\"Coverage Status\" src=\"https://img.shields.io/coveralls/github/bconnorwhite/eslint-config-bob.svg?branch=master\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/bconnorwhite/eslint-config-bob\"\u003e\n    \u003cimg alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/bconnorwhite/eslint-config-bob?label=Stars%20Appreciated%21\u0026style=social\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/bconnorwhite\"\u003e\n    \u003cimg alt=\"Twitter Follow\" src=\"https://img.shields.io/twitter/follow/bconnorwhite.svg?label=%40bconnorwhite\u0026style=social\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003e ESLint configuration for packages built with @bconnorwhite/bob.\n\nReasonable linting rules for TypeScript, React, and JSON.\n\n## Installation\n\n```bash\nyarn add eslint-config-bob\n```\n\n```bash\nnpm install eslint-config-bob\n```\n\n## Usage\n\nIn .eslintrc.json:\n\n```json\n{\n  \"extends\": \"eslint-config-bob\"\n}\n```\n\n\u003cbr /\u003e\n\n\u003ch2\u003eDependencies\u003cimg align=\"right\" alt=\"dependencies\" src=\"https://img.shields.io/david/bconnorwhite/eslint-config-bob.svg\"\u003e\u003c/h2\u003e\n\n- [@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin): TypeScript plugin for ESLint\n- [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser): An ESLint custom parser which leverages TypeScript ESTree\n- [eslint-plugin-json](https://www.npmjs.com/package/eslint-plugin-json): Eslint plugin for JSON files\n- [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react): React specific linting rules for ESLint\n- [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks): ESLint rules for React Hooks\n- [types-eslintrc](https://www.npmjs.com/package/types-eslintrc): Type checking for .eslintrc.json\n\n\u003cbr /\u003e\n\n\u003ch2\u003ePeer Dependencies\u003cimg align=\"right\" alt=\"David\" src=\"https://img.shields.io/david/peer/bconnorwhite/eslint-config-bob.svg\"\u003e\u003c/h2\u003e\n\n- [eslint](https://www.npmjs.com/package/eslint): An AST-based pattern checker for JavaScript.\n\n\u003cbr /\u003e\n\n\u003ch2\u003eDev Dependencies\u003cimg align=\"right\" alt=\"David\" src=\"https://img.shields.io/david/dev/bconnorwhite/eslint-config-bob.svg\"\u003e\u003c/h2\u003e\n\n- [@bconnorwhite/bob](https://www.npmjs.com/package/@bconnorwhite/bob): Bob is a toolkit for TypeScript projects\n\n\u003cbr /\u003e\n\n\u003ch2\u003eLicense \u003cimg align=\"right\" alt=\"license\" src=\"https://img.shields.io/npm/l/eslint-config-bob.svg\"\u003e\u003c/h2\u003e\n\n[MIT](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbconnorwhite%2Feslint-config-bob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbconnorwhite%2Feslint-config-bob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbconnorwhite%2Feslint-config-bob/lists"}