{"id":18479829,"url":"https://github.com/zedix/eslint-config","last_synced_at":"2026-04-20T09:32:52.486Z","repository":{"id":42203432,"uuid":"159052080","full_name":"zedix/eslint-config","owner":"zedix","description":"@zedix's eslint shareable configs","archived":false,"fork":false,"pushed_at":"2023-07-19T05:01:41.000Z","size":217,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T18:54:37.786Z","etag":null,"topics":["eslint-config","eslint-config-vue","eslint-configs","eslint-configurations","eslint-shareable-config","eslint-shareable-configs","vue","vuejs"],"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/zedix.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}},"created_at":"2018-11-25T16:33:02.000Z","updated_at":"2021-10-24T20:17:08.000Z","dependencies_parsed_at":"2025-05-13T18:56:50.184Z","dependency_job_id":null,"html_url":"https://github.com/zedix/eslint-config","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/zedix/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedix%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedix%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedix%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedix%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zedix","download_url":"https://codeload.github.com/zedix/eslint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedix%2Feslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32041375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eslint-config","eslint-config-vue","eslint-configs","eslint-configurations","eslint-shareable-config","eslint-shareable-configs","vue","vuejs"],"created_at":"2024-11-06T12:15:52.807Z","updated_at":"2026-04-20T09:32:52.462Z","avatar_url":"https://github.com/zedix.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @zedix/eslint-config\n\n![version](https://img.shields.io/github/package-json/v/zedix/eslint-config.svg?maxAge=60) ![tag](https://img.shields.io/github/tag/zedix/eslint-config.svg?maxAge=60)\n\n\u003e ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) with [Prettier](https://prettier.io/)\n\n## Installation\n\n```\n$ yarn add --dev eslint prettier zedix/eslint-config.git#v1.x.x\n```\n\n## Usage\n\nOnce the `@zedix/eslint-config` package is installed, you can use it by specifying `@zedix/eslint-config` in the [`extends`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of the [ESLint configuration](http://eslint.org/docs/user-guide/configuring).\n\nIn your `.eslintrc.js`:\n\n```js\n// .eslintrc.js\nmodule.exports = {\n  extends: ['@zedix/eslint-config'],\n};\n```\n\nor\n\n```js\n// .eslintrc.js\nmodule.exports = {\n  extends: ['@zedix/eslint-config/vue'],\n};\n```\n\nAlternatively, you can add an eslint config in the `package.json`:\n\n```json\n{\n  \"eslintConfig\": {\n    \"extends\": \"@zedix/eslint-config/vue\"\n  }\n}\n```\n\nFor Vue 3:\n\n```json\n{\n  \"eslintConfig\": {\n    \"extends\": \"@zedix/eslint-config/vue3\"\n  }\n}\n```\n\nIn your `.prettierrc.js`:\n\n```js\n// .prettierrc.js\nmodule.exports = require('@zedix/eslint-config/prettier');\n```\n\n## References\n\n[Awesome ESLint](https://github.com/dustinspecker/awesome-eslint)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzedix%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzedix%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzedix%2Feslint-config/lists"}