{"id":32387703,"url":"https://github.com/envylabs/eslint-config-envylabs","last_synced_at":"2026-05-11T22:02:24.556Z","repository":{"id":312274958,"uuid":"997574135","full_name":"envylabs/eslint-config-envylabs","owner":"envylabs","description":"ESLint configuration for Envy Labs projects","archived":false,"fork":false,"pushed_at":"2026-05-11T18:12:46.000Z","size":149,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T19:29:49.524Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/eslint-config-envylabs","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/envylabs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-06T19:03:21.000Z","updated_at":"2026-05-11T18:13:45.000Z","dependencies_parsed_at":"2025-09-28T18:01:46.796Z","dependency_job_id":null,"html_url":"https://github.com/envylabs/eslint-config-envylabs","commit_stats":null,"previous_names":["envylabs/eslint-config-envylabs"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/envylabs/eslint-config-envylabs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envylabs%2Feslint-config-envylabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envylabs%2Feslint-config-envylabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envylabs%2Feslint-config-envylabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envylabs%2Feslint-config-envylabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/envylabs","download_url":"https://codeload.github.com/envylabs/eslint-config-envylabs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envylabs%2Feslint-config-envylabs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32914533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-25T03:30:12.951Z","updated_at":"2026-05-11T22:02:24.551Z","avatar_url":"https://github.com/envylabs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Envy Labs ESLint configuration\n\nOpinionated linting configuration used across Envy Labs projects. Valid for JavaScript or TypeScript projects.\n\n## How to use\n\n1. Install the dependency\n\n```sh\nnpm add -D eslint-config-envylabs\n```\n\n2. Add it to your `eslint.config.js`:\n\n```js\nimport eslintConfigEnvylabs from \"eslint-config-envylabs\";\n\nexport default [\n  // If you're using JavaScript\n  ...eslintConfigEnvylabs.js,\n  // ...or if you're using TypeScript. The TypeScript config includes the\n  // JavaScript one, so you don't need to include both in that case.\n  ...eslintConfigEnvylabs.ts,\n  {\n    // Your config here\n  },\n];\n```\n\nAlso, you can use the `full` config, which includes the `js`, `ts` and very opinionated Envy Labs configs:\n\n```js\nimport eslintConfigEnvylabs from \"eslint-config-envylabs\";\n\nexport default [\n  ...eslintConfigEnvylabs.full,\n  {\n    // Your config here\n  },\n];\n```\n\n## What it does\n\n- Lints JavaScript using [\n  `eslint:recommended`](https://eslint.org/docs/latest/user-guide/configuring/configuration-files#using-eslintrecommended).\n- Additionally, lints TypeScript using [`@typescript-eslint/recommended`](https://typescript-eslint.io/docs/linting/configs).\n- Lints code formatting using [`eslint-plugin-prettier`](https://github.com/prettier/eslint-plugin-prettier).\n- Lints imports using [`eslint-plugin-import-x`](https://github.com/un-ts/eslint-plugin-import-x).\n- Uses rules inside the [configs](configs) folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenvylabs%2Feslint-config-envylabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenvylabs%2Feslint-config-envylabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenvylabs%2Feslint-config-envylabs/lists"}