{"id":15290754,"url":"https://github.com/ivanmaxlogiudice/eslint-config","last_synced_at":"2026-02-10T06:01:44.624Z","repository":{"id":176196859,"uuid":"655089738","full_name":"ivanmaxlogiudice/eslint-config","owner":"ivanmaxlogiudice","description":"A ESLint config preset.","archived":false,"fork":false,"pushed_at":"2026-02-05T06:12:09.000Z","size":3113,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-05T09:47:50.335Z","etag":null,"topics":["config","eslint","eslint-config","flat","ts","vue"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ivanmaxlogiudice.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":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":"2023-06-17T21:19:19.000Z","updated_at":"2026-01-13T18:19:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"aabc6459-ae4a-495a-b172-6599f19ddaa8","html_url":"https://github.com/ivanmaxlogiudice/eslint-config","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"563503bc8571573f6159a3c6cdb6fd60d883efd6"},"previous_names":["ivanmaxlogiudice/eslint-config"],"tags_count":88,"template":false,"template_full_name":null,"purl":"pkg:github/ivanmaxlogiudice/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanmaxlogiudice%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanmaxlogiudice%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanmaxlogiudice%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanmaxlogiudice%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanmaxlogiudice","download_url":"https://codeload.github.com/ivanmaxlogiudice/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanmaxlogiudice%2Feslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29292053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T03:42:42.660Z","status":"ssl_error","status_checked_at":"2026-02-10T03:42:41.897Z","response_time":65,"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":["config","eslint","eslint-config","flat","ts","vue"],"created_at":"2024-09-30T16:09:20.863Z","updated_at":"2026-02-10T06:01:44.610Z","avatar_url":"https://github.com/ivanmaxlogiudice.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @ivanmaxlogiudice/eslint-config\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n\n## 🌟 Features\n\n- Auto fix for formatting (aimed to be used standalone **without** Prettier).\n- Reasonable defaults, best practices, only one line of config.\n- Designed to work with TypeScript, Vue, JSON, YAML, Markdown, etc. Out-of-box.\n- Sort imports, `package.json`, `tsconfig.json`...\n- Ignores common files like `dist`, `node_modules`, `coverage`, and files in `.gitignore`.\n- **Style principle**: Minimal for reading, stable for diff, consistent\n  - Sorted imports, dangling commas\n  - Single quotes, no semi\n  - Indentation 4 spaces.\n  - Using [ESLint Stylistic](https://github.com/eslint-stylistic/eslint-stylistic)\n\n## 🛠️ Install\n\n### Starter Wizard\n\n```bash\nbunx @ivanmaxlogiudice/eslint-config@latest\n```\n\n### Manual instalation\n\n```bash\nbun add -D eslint @ivanmaxlogiudice/eslint-config\n```\n\nAnd create `eslint.config.mjs` in your project root:\n\n```js\n// eslint.config.js\nimport config from '@ivanmaxlogiudice/eslint-config'\n\nexport default config()\n```\n\n## Thanks\n\n**Based on：**\n- [Antfu's eslint-config](https://github.com/antfu/eslint-config)\n- [Sxzz's eslint-config](https://github.com/sxzz/eslint-config)\n\n## License\n\n[MIT](./LICENSE) License © 2022-PRESENT [Iván Máximiliano, Lo Giudice](https://github.com/ivanmaxlogiudice)\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/@ivanmaxlogiudice/eslint-config?style=flat\u0026colorA=080f12\u0026colorB=1fa669\n[npm-version-href]: https://npmjs.com/package/@ivanmaxlogiudice/eslint-config\n[npm-downloads-src]: https://img.shields.io/npm/dm/@ivanmaxlogiudice/eslint-config?style=flat\u0026colorA=080f12\u0026colorB=1fa669\n[npm-downloads-href]: https://npmjs.com/package/@ivanmaxlogiudice/eslint-config\n[license-src]: https://img.shields.io/github/license/ivanmaxlogiudice/eslint-config.svg?style=flat\u0026colorA=080f12\u0026colorB=1fa669\n[license-href]: https://github.com/ivanmaxlogiudice/eslint-config/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanmaxlogiudice%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanmaxlogiudice%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanmaxlogiudice%2Feslint-config/lists"}