{"id":15539015,"url":"https://github.com/hex-digital/config-eslint","last_synced_at":"2026-05-01T01:31:12.280Z","repository":{"id":58340553,"uuid":"530561625","full_name":"hex-digital/config-eslint","owner":"hex-digital","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-16T15:52:42.000Z","size":209,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-13T03:36:10.930Z","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/hex-digital.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}},"created_at":"2022-08-30T08:18:02.000Z","updated_at":"2022-09-08T13:42:38.000Z","dependencies_parsed_at":"2024-11-15T05:32:25.734Z","dependency_job_id":null,"html_url":"https://github.com/hex-digital/config-eslint","commit_stats":{"total_commits":39,"total_committers":3,"mean_commits":13.0,"dds":"0.15384615384615385","last_synced_commit":"7f4a5678f58b7efd77e33840dac10e5bf22eea31"},"previous_names":["hex-digital/eslint-config"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/hex-digital/config-eslint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex-digital%2Fconfig-eslint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex-digital%2Fconfig-eslint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex-digital%2Fconfig-eslint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex-digital%2Fconfig-eslint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hex-digital","download_url":"https://codeload.github.com/hex-digital/config-eslint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hex-digital%2Fconfig-eslint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32482460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","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":"2024-10-02T12:08:47.398Z","updated_at":"2026-05-01T01:31:12.263Z","avatar_url":"https://github.com/hex-digital.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @hexdigital/eslint-config\n\n[![npm](https://img.shields.io/npm/v/@hexdigital/eslint-config?color=a1b858\u0026label=)](https://npmjs.com/package/@hexdigital/eslint-config)\n\n- Single quotes, no semi\n- Auto fix for formatting (aimed to be used standalone without Prettier)\n- TypeScript, Vue out-of-the-box\n- Lint also for json, yaml, markdown\n- Sorted imports, dangling commas for cleaner commit diff\n- Reasonable defaults, best practices, only one-line of config\n\n## Usage\n\n### Install\n\n```bash\npnpm add -D eslint @hexdigital/eslint-config\n# or\nyarn add -D eslint @hexdigital/eslint-config\n```\n\n### Config `.eslintrc`\n\n```json\n{\n  \"extends\": \"@hexdigital\"\n}\n```\n\n\u003e You don't need `.eslintignore` normally as it has been provided by the preset.\n\n### Add script for package.json\n\nFor example:\n\n```json\n{\n  \"scripts\": {\n    \"lint\": \"eslint .\",\n    \"lint:fix\": \"eslint . --fix\"\n  }\n}\n```\n\n### Config VS Code auto fix\n\nCreate `.vscode/settings.json`\n\n```json\n{\n  \"prettier.enable\": false,\n  \"editor.codeActionsOnSave\": {\n    \"source.fixAll.eslint\": true\n  }\n}\n```\n\n## Releasing\n\n```\npnpm run release\n```\n\n## Check Also\n\n- [hex-digital/eslint-config](https://github.com/hex-digital/eslint-config) - Our ESLint config\n- [hex-digital/starter-nuxt3-base](https://github.com/hex-digital/starter-nuxt3-base) - Our starter template for Vue \u0026 Nuxt3\n\n## License\n\n[MIT](./LICENSE) License \u0026copy; 2022-PRESENT [Hex Digital](https://github.com/hex-digital)\n\n## Attribution\n\nBig thank you to Antfu for his eslint config that this pulls heavily from.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhex-digital%2Fconfig-eslint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhex-digital%2Fconfig-eslint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhex-digital%2Fconfig-eslint/lists"}