{"id":34615097,"url":"https://github.com/343dev/eslint-config","last_synced_at":"2026-05-26T00:31:45.516Z","repository":{"id":251907052,"uuid":"838737811","full_name":"343dev/eslint-config","owner":"343dev","description":"ESLint rules that follow my style guide","archived":false,"fork":false,"pushed_at":"2026-01-01T06:14:44.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-06T00:58:13.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/343dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-06T08:42:36.000Z","updated_at":"2026-01-01T06:14:46.000Z","dependencies_parsed_at":"2024-08-06T13:33:23.226Z","dependency_job_id":"751b9392-8a6e-4c78-b579-70c69bdba9b7","html_url":"https://github.com/343dev/eslint-config","commit_stats":null,"previous_names":["343dev/eslint-config"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/343dev/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/343dev%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/343dev%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/343dev%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/343dev%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/343dev","download_url":"https://codeload.github.com/343dev/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/343dev%2Feslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33498813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"last_error":"SSL_read: 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-12-24T14:24:11.148Z","updated_at":"2026-05-26T00:31:45.508Z","avatar_url":"https://github.com/343dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @343dev/eslint-config\n\n[![npm](https://img.shields.io/npm/v/@343dev/eslint-config.svg)](https://www.npmjs.com/package/@343dev/eslint-config)\n\nESLint rules that follow my style guide.\n\n## Installation\n\n```bash\nnpm install --save-dev eslint globals @343dev/eslint-config\n```\n\n## Usage\n\nInclude into a project config using flag [--config](https://eslint.org/docs/latest/use/command-line-interface#-c---config),\nand pass paths for files as arguments:\n\n```sh\neslint -c ./node_modules/@343dev/eslint-config/eslint.config.js ./src\n```\n\nAlso you can create your own `eslint.config.js` and extend this config there:\n\n```js\nimport config from '@343dev/eslint-config';\nimport globals from 'globals';\n\nexport default [\n\t...config,\n\n\t{\n\t\tlanguageOptions: {\n\t\t\tglobals: globals.jest,\n\t\t},\n\t},\n];\n```\n\nRead more about `eslint.config.js` in [ESLint docs](https://eslint.org/docs/latest/use/configure/configuration-files).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F343dev%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F343dev%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F343dev%2Feslint-config/lists"}