{"id":18388055,"url":"https://github.com/methodgrab/eslint-config-standard","last_synced_at":"2026-04-28T08:02:47.855Z","repository":{"id":32775276,"uuid":"36366947","full_name":"MethodGrab/eslint-config-standard","owner":"MethodGrab","description":"My ESLint config","archived":false,"fork":false,"pushed_at":"2023-02-11T10:56:42.000Z","size":1275,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-27T22:56:43.175Z","etag":null,"topics":["eslint","eslint-config"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MethodGrab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2015-05-27T12:59:21.000Z","updated_at":"2022-09-09T00:03:12.000Z","dependencies_parsed_at":"2024-11-06T01:53:37.250Z","dependency_job_id":"2f102bf5-b7c9-407a-8507-a3ba8993422d","html_url":"https://github.com/MethodGrab/eslint-config-standard","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/MethodGrab/eslint-config-standard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Feslint-config-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Feslint-config-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Feslint-config-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Feslint-config-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MethodGrab","download_url":"https://codeload.github.com/MethodGrab/eslint-config-standard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Feslint-config-standard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32371673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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","eslint-config"],"created_at":"2024-11-06T01:30:35.052Z","updated_at":"2026-04-28T08:02:47.802Z","avatar_url":"https://github.com/MethodGrab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-standard [![Build Status](https://travis-ci.org/MethodGrab/eslint-config-standard.svg?branch=master)](https://travis-ci.org/MethodGrab/eslint-config-standard)\n\nMy ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs).  \n\n\n## Install\n```\nnpm install --save-dev @methodgrab/eslint-config-standard\n```\n\nFor `esnext` with [certain non-finalised features](https://github.com/babel/babel-eslint#readme) `babel-eslint` will be needed as well:\n```\nnpm install --save-dev @methodgrab/eslint-config-standard babel-eslint\n```\n\nFor `react`:\n```\nnpm install --save-dev @methodgrab/eslint-config-standard babel-eslint eslint-plugin-react\n```\n\nFor `ava`:\n```\nnpm install --save-dev @methodgrab/eslint-config-standard eslint-plugin-ava\n```\n\n\n## Usage\nExtend it in your `.eslintrc.js`\n```js\nmodule.exports = {\n\textends : [\n\t\t'@methodgrab/standard',\n\t],\n\n\trules : {\n\t\t// override shared config rules\n\t},\n};\n```\n\nThe default ESLint parser has good support for ES2015+ built in. The `babel-eslint` parser is only required if your code includes [certain non-finalised features](https://github.com/babel/babel-eslint#readme).\n```js\nmodule.exports = {\n\textends : [\n\t\t'@methodgrab/standard',\n\t\t'@methodgrab/standard/esnext',\n\t],\n\n\tparser : 'babel-eslint',\n\n\trules : {},\n};\n```\n\nYou can override settings from the shared config by adding them directly into your `.eslintrc.js` config.\n\n\n## Additional Configs\n\n* `strict` - less relaxed\n* `esnext` - ES2015 (ES6)+\n* `react` - `esnext` + React.js rules\n* `ava` - `esnext` + AVA rules\n* `browser` - browser env\n* `legacy` - `browser` + ES3\n\nExample:\n```js\nmodule.exports = {\n\textends : [\n\t\t'@methodgrab/standard',\n\t\t'@methodgrab/standard/esnext',\n\t]\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmethodgrab%2Feslint-config-standard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmethodgrab%2Feslint-config-standard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmethodgrab%2Feslint-config-standard/lists"}