{"id":25961698,"url":"https://github.com/ttab/eslint-config-elephant","last_synced_at":"2025-10-11T23:09:45.970Z","repository":{"id":260596589,"uuid":"881789130","full_name":"ttab/eslint-config-elephant","owner":"ttab","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-28T10:14:37.000Z","size":66,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-28T11:23:11.614Z","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/ttab.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":"2024-11-01T08:26:55.000Z","updated_at":"2024-11-28T10:14:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"62277aed-7b9d-4968-b5d1-af9a5ff8a51a","html_url":"https://github.com/ttab/eslint-config-elephant","commit_stats":null,"previous_names":["ttab/eslint-config-elephant"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttab%2Feslint-config-elephant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttab%2Feslint-config-elephant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttab%2Feslint-config-elephant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttab%2Feslint-config-elephant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ttab","download_url":"https://codeload.github.com/ttab/eslint-config-elephant/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241912991,"owners_count":20041457,"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":"2025-03-04T19:41:01.500Z","updated_at":"2025-10-11T23:09:40.941Z","avatar_url":"https://github.com/ttab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @ttab/eslint-config-elephant\n\nDo you even lint bro? This will help you lint your code. \n\nOne config to rule them all. Especially for everything elephant related.\nNew fresh [eslint](https://eslint.org) 9 flat config for static code analysis and enforcement of code conventions and best practices.\n\nStyle and formatting is provided by [@stylistic](https://eslint.style/) \n\nConsists of:\n* eslint-config-react\n* eslint-config-react-hooks\n* eslint-config-jest\n* @stylistic/eslint-plugin\n* typescript-eslint with TypeChecked\n\n## Installation\n```bash\nnpm install @ttab/eslint-config-elephant --save-dev\nnpm install eslint --save-dev\n```\n\n`package.json`\n```json\n  \"scripts\": {\n    \"lint\": \"eslint . --cache\"\n  },\n```\n\n`tsconfig.json`\n```json\n  \"include\": [\"eslint.config.js\"]\n```\n`.gitignore`\n```\n.eslintcache\n```\n## Configuration\n```js\n// eslint.config.js\nimport elephant from '@ttab/eslint-config-elephant'\n\nexport default [\n    ...elephant,\n  {\n    rules: {\n      // Add or change rules here\n    }\n  }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttab%2Feslint-config-elephant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fttab%2Feslint-config-elephant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttab%2Feslint-config-elephant/lists"}