{"id":14954525,"url":"https://github.com/meteor/eslint-config-meteor","last_synced_at":"2025-10-03T06:31:16.520Z","repository":{"id":46607869,"uuid":"73889089","full_name":"meteor/eslint-config-meteor","owner":"meteor","description":"The ESLint configuration recommended by the Meteor Guide http://guide.meteor.com/","archived":true,"fork":false,"pushed_at":"2021-10-04T07:25:40.000Z","size":20,"stargazers_count":7,"open_issues_count":2,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-09-25T13:04:45.930Z","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/meteor.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-16T06:01:23.000Z","updated_at":"2023-01-28T06:10:32.000Z","dependencies_parsed_at":"2022-09-22T20:00:46.170Z","dependency_job_id":null,"html_url":"https://github.com/meteor/eslint-config-meteor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteor%2Feslint-config-meteor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteor%2Feslint-config-meteor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteor%2Feslint-config-meteor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meteor%2Feslint-config-meteor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meteor","download_url":"https://codeload.github.com/meteor/eslint-config-meteor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219876354,"owners_count":16554747,"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":[],"created_at":"2024-09-24T13:04:03.928Z","updated_at":"2025-10-03T06:31:16.208Z","avatar_url":"https://github.com/meteor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-meteor\n\nThis is an [ESLint](https://eslint.org) configuration for [Meteor](https://www.meteor.com) apps which implements the recommendations from the [Meteor Guide](https://guide.meteor.com/)'s section on [Code style](https://guide.meteor.com/code-style.html#eslint).\n\n\u003e This repository has been merged into Meteor main repository. You can [find it there](https://github.com/meteor/meteor/tree/devel/npm-packages/eslint-config-meteor).\n\n# Usage\n\n## Install\n\nInstall by running:\n\n```sh\nmeteor npm install --save-dev @meteorjs/eslint-config-meteor\n```\n\n\u003e Using `meteor npm` is optional for this package, but best-practice for Meteor projects in general.\n\n### Peer Dependencies\n\nThis package has several [peer dependencies](https://nodejs.org/en/blog/npm/peer-dependencies/) listed in its [`package.json`'s `peerDependencies` section](package.json).  Warnings will be encountered during the installation step above if the project doesn't already use these modules.\n\nThe peer dependencies can be installed manually by following the `package.json` specification and using `meteor npm install --save-dev \u003cpackage\u003e` or, alternatively, using an automated tool:\n\n```sh\n$ # Install `install-peerdeps` within the current Meteor tool version.\n$ meteor npm install --global install-peerdeps\n$ # Run the newly installed `install-peerdeps` to install this package and its dependencies.\n$ meteor install-peerdeps --dev @meteorjs/eslint-config-meteor\n```\n\n## Configure\n\nAdd the following to the project's `package.json`:\n\n```json\n\"eslintConfig\": {\n  \"extends\": \"@meteorjs/eslint-config-meteor\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeteor%2Feslint-config-meteor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeteor%2Feslint-config-meteor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeteor%2Feslint-config-meteor/lists"}