{"id":16962358,"url":"https://github.com/aeharding/eslint-config-standard2","last_synced_at":"2026-05-09T10:58:22.917Z","repository":{"id":57229242,"uuid":"91907253","full_name":"aeharding/eslint-config-standard2","owner":"aeharding","description":"ESLint Shareable Config for JavaScript Standard Style 2","archived":false,"fork":false,"pushed_at":"2017-05-20T18:11:26.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T09:31:39.052Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/aeharding.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-20T18:05:47.000Z","updated_at":"2023-12-15T19:41:27.000Z","dependencies_parsed_at":"2022-09-14T14:50:27.464Z","dependency_job_id":null,"html_url":"https://github.com/aeharding/eslint-config-standard2","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/aeharding%2Feslint-config-standard2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Feslint-config-standard2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Feslint-config-standard2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeharding%2Feslint-config-standard2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeharding","download_url":"https://codeload.github.com/aeharding/eslint-config-standard2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244825456,"owners_count":20516590,"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-10-13T23:06:17.718Z","updated_at":"2026-05-09T10:58:17.873Z","avatar_url":"https://github.com/aeharding.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-standard2 [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]\n\n[travis-image]: https://img.shields.io/travis/aeharding/eslint-config-standard2/master.svg\n[travis-url]: https://travis-ci.org/aeharding/eslint-config-standard2\n[npm-image]: https://img.shields.io/npm/v/eslint-config-standard2.svg\n[npm-url]: https://npmjs.org/package/eslint-config-standard2\n[downloads-image]: https://img.shields.io/npm/dm/eslint-config-standard2.svg\n[downloads-url]: https://npmjs.org/package/eslint-config-standard2\n[standard-image]: https://img.shields.io/badge/code_style-standard2-brightgreen.svg\n[standard2-url]: https://standardjs2.com\n\n#### An ESLint [Shareable Config](http://eslint.org/docs/developer-guide/shareable-configs) for [JavaScript Standard Style](http://standardjs2.com)\n\n[![JavaScript Style Guide - Standard Style](https://cdn.rawgit.com/aeharding/standard2/master/badge.svg)](http://standardjs2.com)\n\n## Install\n\nThis module is for advanced users. You probably want to use [`standard2`](http://standardjs2.com) instead :)\n\n```bash\nnpm install eslint-config-standard2\n```\n\n## Usage\n\nShareable configs are designed to work with the `extends` feature of `.eslintrc` files.\nYou can learn more about\n[Shareable Configs](http://eslint.org/docs/developer-guide/shareable-configs) on the\nofficial ESLint website.\n\nTo use the JavaScript Standard Style shareable config, first run this:\n\n```bash\nnpm install --save-dev eslint-config-standard2 eslint-plugin-standard2 eslint-plugin-promise eslint-plugin-import eslint-plugin-node\n```\n\nThen, add this to your .eslintrc file:\n\n```\n{\n  \"extends\": \"standard2\"\n}\n```\n\n*Note: We omitted the `eslint-config-` prefix since it is automatically assumed by ESLint.*\n\nYou can override settings from the shareable config by adding them directly into your\n`.eslintrc` file.\n\n### Looking for something easier than this?\n\nThe easiest way to use JavaScript Standard Style to check your code is to use the\n[`standard2`](http://standardjs2.com) package. This comes with a global\nNode command line program (`standard`) that you can run or add to your `npm test` script\nto quickly check your style.\n\n## Badge\n\nUse this in one of your projects? Include one of these badges in your readme to\nlet people know that your code is using the standard style.\n\n[![js-standard2-style](https://cdn.rawgit.com/aeharding/standard2/master/badge.svg)](http://standardjs2.com)\n\n```markdown\n[![js-standard2-style](https://cdn.rawgit.com/aeharding/standard2/master/badge.svg)](http://standardjs2.com)\n```\n\n[![js-standard2-style](https://img.shields.io/badge/code%20style-standard2-brightgreen.svg)](http://standardjs.com)\n\n```markdown\n[![js-standard2-style](https://img.shields.io/badge/code%20style-standard2-brightgreen.svg)](http://standardjs.com)\n```\n\n## Learn more\n\nFor the full listing of rules, editor plugins, FAQs, and more, visit the main\n[JavaScript Standard 2 Style repo](http://standardjs2.com).\n\n## License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeharding%2Feslint-config-standard2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeharding%2Feslint-config-standard2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeharding%2Feslint-config-standard2/lists"}