{"id":18374564,"url":"https://github.com/jupiterone/eslint-config","last_synced_at":"2025-07-01T13:08:37.745Z","repository":{"id":41976759,"uuid":"315807464","full_name":"JupiterOne/eslint-config","owner":"JupiterOne","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-05T17:50:12.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-06-03T20:45:55.719Z","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/JupiterOne.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-25T02:30:38.000Z","updated_at":"2021-11-11T16:25:28.000Z","dependencies_parsed_at":"2024-06-20T23:29:53.013Z","dependency_job_id":"3605a420-167e-44e9-bd4d-32e7d921fea5","html_url":"https://github.com/JupiterOne/eslint-config","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/JupiterOne/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JupiterOne","download_url":"https://codeload.github.com/JupiterOne/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Feslint-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262969886,"owners_count":23392530,"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-11-06T00:15:05.113Z","updated_at":"2025-07-01T13:08:37.712Z","avatar_url":"https://github.com/JupiterOne.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @jupiterone/eslint-config\n\nThis package provides the standard JupiterOne `eslint` configuration.\n\nThis configuration extends the following:\n\n- `eslint:recommended`\n- `prettier`\n\nIt also provides linting support for TypeScript files via\n`@typescript-eslint/parser`.\n\n## Usage\n\n**Install package:**\n\n```sh\nyarn add @jupiterone/eslint-config --dev\n```\n\n**For Node.js apps targeting Node.js v18:**\n\n```js\n// .eslintrc\n{\n  \"root\": true,\n  \"extends\": [\n    \"@jupiterone/eslint-config/node18\"\n  ],\n  \"parserOptions\": {\n    \"project\": \"./tsconfig.json\",\n    \"tsconfigRootDir\": \".\"\n  }\n}\n```\n\n**NOTE:** You can also target other versions of Node.js by extending one of the\nfollowing configurations:\n\n- `@jupiterone/eslint-config/node14` (ECMA version 2020)\n- `@jupiterone/eslint-config/node16` (ECMA version 2021)\n- `@jupiterone/eslint-config/node18` (ECMA version 2022)\n\n**An experimental React configuration is also provided:**\n\n```js\n// .eslintrc\n{\n  \"root\": true,\n  \"extends\": [\n    \"@jupiterone/eslint-config/react\"\n  ],\n  \"parserOptions\": {\n    \"project\": \"./tsconfig.json\",\n    \"tsconfigRootDir\": \".\"\n  }\n}\n```\n\n**This package automatically applies `jest` liniting rules to the following\nfiles:**\n\n- `jest.*.js`\n- `test/**/*.{ts,tsx,js,jsx}`\n- `*.test.{ts,tsx,js,jsx}`\n- `__mocks__/**/*.{ts,tsx,js,jsx}`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupiterone%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Feslint-config/lists"}