{"id":16014631,"url":"https://github.com/cycraft/eslint","last_synced_at":"2026-03-05T01:33:53.457Z","repository":{"id":241839257,"uuid":"805131514","full_name":"CyCraft/eslint","owner":"CyCraft","description":"re-usable eslint config","archived":false,"fork":false,"pushed_at":"2025-05-23T01:06:39.000Z","size":461,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-23T02:24:03.531Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CyCraft.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-05-24T00:17:23.000Z","updated_at":"2025-05-23T01:06:42.000Z","dependencies_parsed_at":"2024-05-30T09:26:03.607Z","dependency_job_id":"0d0bcfb3-ac6b-403d-9921-1082ba7e3c8d","html_url":"https://github.com/CyCraft/eslint","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"cfaa497661417b4cea55d0171ed2d917698e1319"},"previous_names":["cycraft/eslint"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/CyCraft/eslint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCraft%2Feslint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCraft%2Feslint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCraft%2Feslint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCraft%2Feslint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyCraft","download_url":"https://codeload.github.com/CyCraft/eslint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCraft%2Feslint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30104530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:06:53.091Z","status":"ssl_error","status_checked_at":"2026-03-05T01:02:35.679Z","response_time":59,"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":"2024-10-08T15:04:25.629Z","updated_at":"2026-03-05T01:33:48.436Z","avatar_url":"https://github.com/CyCraft.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint\n\n\u003e Shared [TypeScript Eslint config](https://typescript-eslint.io) for my projects\n\n## Install\n\n```sh\nnpm i -D @cycraft/eslint\n```\n\nIt will install these packages for you, so you don't have to include them in your package dependencies:\n\n- `@eslint/js`\n- `@types/node`\n- `eslint`\n- `eslint-config-prettier`\n- `prettier`\n- `prettier-plugin-jsdoc`\n- `prettier-plugin-organize-imports`\n- `typescript`\n- `typescript-eslint`\n\n## Usage\n\n`eslint.config.js`\n\n```js\nimport config from '@cycraft/eslint/config'\n\nexport default config\n```\n\n`.prettierrc.js`\n\n```js\nimport prettier from '@cycraft/eslint/prettier'\n\nexport default prettier\n```\n\n### Update Eslint Config\n\n```js\nimport config from '@cycraft/eslint/config'\n\nexport default [\n  {\n    ignores: ['**/dist/*'],\n  },\n  ...config,\n  {\n    files: ['**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx'],\n    rules: {\n      '@typescript-eslint/no-explicit-any': 'off',\n    },\n  },\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycraft%2Feslint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcycraft%2Feslint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycraft%2Feslint/lists"}