{"id":20373119,"url":"https://github.com/gluons/eslint-config-gluons","last_synced_at":"2026-05-10T10:35:46.194Z","repository":{"id":14504396,"uuid":"76646565","full_name":"gluons/eslint-config-gluons","owner":"gluons","description":"@gluons' personal @eslint shareable config.","archived":false,"fork":false,"pushed_at":"2024-03-08T18:55:29.000Z","size":2534,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T04:49:01.264Z","etag":null,"topics":["eslint","eslint-config","gluons"],"latest_commit_sha":null,"homepage":"https://git.io/eslint-config-gluons","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/gluons.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}},"created_at":"2016-12-16T10:55:08.000Z","updated_at":"2024-05-06T19:56:35.158Z","dependencies_parsed_at":"2024-02-06T10:25:29.734Z","dependency_job_id":"0f7e258f-5dcd-4dbb-8e0f-bda4df732d22","html_url":"https://github.com/gluons/eslint-config-gluons","commit_stats":{"total_commits":168,"total_committers":4,"mean_commits":42.0,"dds":"0.31547619047619047","last_synced_commit":"9383bf83957b92acf2d48010ba7c2e3b622c02c6"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Feslint-config-gluons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Feslint-config-gluons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Feslint-config-gluons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Feslint-config-gluons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gluons","download_url":"https://codeload.github.com/gluons/eslint-config-gluons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241921836,"owners_count":20042763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","eslint-config","gluons"],"created_at":"2024-11-15T01:16:39.305Z","updated_at":"2026-05-10T10:35:41.167Z","avatar_url":"https://github.com/gluons.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-gluons\n[![license](https://img.shields.io/github/license/gluons/eslint-config-gluons.svg?style=flat-square)](https://github.com/gluons/eslint-config-gluons/blob/master/LICENSE)\n[![npm](https://img.shields.io/npm/v/eslint-config-gluons.svg?style=flat-square)](https://www.npmjs.com/package/eslint-config-gluons)\n[![node](https://img.shields.io/node/v/eslint-config-gluons.svg?style=flat-square)](https://nodejs.org/)\n[![ESLint](https://img.shields.io/badge/ESLint%20Config-gluons-463FD4.svg?style=flat-square)](https://github.com/gluons/eslint-config-gluons)\n[![Travis branch](https://img.shields.io/travis/gluons/eslint-config-gluons/master.svg?style=flat-square)](https://travis-ci.org/gluons/eslint-config-gluons)\n[![Known Vulnerabilities](https://snyk.io/test/github/gluons/eslint-config-gluons/badge.svg?targetFile=package.json\u0026style=flat-square)](https://snyk.io/test/github/gluons/eslint-config-gluons?targetFile=package.json)\n\n[gluons](https://github.com/gluons)' personal [ESLint](https://eslint.org/) shareable config\n\nA set of my ❤️ favorite rules.\n\n\u003cbr\u003e\n\n🌤🌨🚀🌨🌨  \n❄️❄️❄️❄️❄️  \n❄️❄️❄️❄️❄️  \n🎄🎄☃⛷🏔\n\n\u003cbr\u003e\n\n## Installation\n\n**Via [npm](https://www.npmjs.com):**\n\n[![NPM](https://nodei.co/npm/eslint-config-gluons.png?compact=true)](https://www.npmjs.com/package/eslint-config-gluons)\n\n```bash\nnpm install -D eslint-config-gluons\n```\n\n**Via [pnpm](https://pnpm.js.org/):**\n\n```bash\npnpm install -D eslint-config-gluons\n```\n\n**Via [Yarn](https://yarnpkg.com):**\n\n```bash\nyarn add -D eslint-config-gluons\n```\n\n---\n\n### Using with [TypeScript](https://www.typescriptlang.org)\n\nInstall [**TypeScript ESLint**](https://typescript-eslint.io).\n\n**Via [npm](https://www.npmjs.com):**\n\n```bash\nnpm install -D @typescript-eslint/parser @typescript-eslint/eslint-plugin\n```\n\n**Via [pnpm](https://pnpm.js.org/):**\n\n```bash\npnpm install -D @typescript-eslint/parser @typescript-eslint/eslint-plugin\n```\n\n**Via [Yarn](https://yarnpkg.com):**\n\n```bash\nyarn add -D @typescript-eslint/parser @typescript-eslint/eslint-plugin\n```\n\n---\n\n### Using with [Vue](https://vuejs.org)\n\nInstall [`eslint-plugin-vue`](https://github.com/vuejs/eslint-plugin-vue).\n\n**Via [npm](https://www.npmjs.com):**\n\n```bash\nnpm install -D eslint-plugin-vue\n```\n\n**Via [pnpm](https://pnpm.js.org/):**\n\n```bash\npnpm install -D eslint-plugin-vue\n```\n\n**Via [Yarn](https://yarnpkg.com):**\n\n```bash\nyarn add -D eslint-plugin-vue\n```\n\n## Usage\n\n**Normal:**\n\n```json\n{\n\t\"extends\": \"gluons\"\n}\n```\n\n**ECMAScript 2015+:**\n\n```json\n{\n\t\"extends\": \"gluons/esnext\"\n}\n```\n\n**TypeScript:**\n\n```json\n{\n\t\"extends\": \"gluons/ts\"\n}\n```\n\n**TypeScript + JavaScript:**\n\n```json\n{\n\t\"extends\": \"gluons/mixed\"\n}\n```\n\n**Vue:**\n\n```json\n{\n\t\"extends\": \"gluons/vue\"\n}\n```\n\n**Vue + TypeScript:**\n\n```json\n{\n\t\"extends\": \"gluons/vue-ts\"\n}\n```\n\n## Badge\n\n[![ESLint Gluons](https://img.shields.io/badge/code%20style-gluons-9C27B0.svg?style=flat-square)](https://github.com/gluons/eslint-config-gluons)\n\n```markdown\n[![ESLint Gluons](https://img.shields.io/badge/code%20style-gluons-9C27B0.svg?style=flat-square)](https://github.com/gluons/eslint-config-gluons)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgluons%2Feslint-config-gluons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgluons%2Feslint-config-gluons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgluons%2Feslint-config-gluons/lists"}