{"id":13485195,"url":"https://github.com/standard/eslint-config-standard","last_synced_at":"2025-05-12T05:32:37.908Z","repository":{"id":31950809,"uuid":"35520634","full_name":"standard/eslint-config-standard","owner":"standard","description":"ESLint Config for JavaScript Standard Style","archived":false,"fork":false,"pushed_at":"2025-05-08T06:48:08.000Z","size":717,"stargazers_count":2641,"open_issues_count":29,"forks_count":563,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-05-09T03:52:58.647Z","etag":null,"topics":["development","ecmascript","es6","eslint","javascript","linter","nodejs","standard","static-code-analysis","style-guide"],"latest_commit_sha":null,"homepage":"https://standardjs.com","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/standard.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["standard","feross"]}},"created_at":"2015-05-13T01:05:57.000Z","updated_at":"2025-05-06T15:57:17.000Z","dependencies_parsed_at":"2023-09-27T05:56:52.469Z","dependency_job_id":"a1e35c84-07bd-45d5-86a0-1a4b95e0e9c6","html_url":"https://github.com/standard/eslint-config-standard","commit_stats":{"total_commits":512,"total_committers":43,"mean_commits":"11.906976744186046","dds":0.37109375,"last_synced_commit":"60d408b04723fb7cd743f6be7c5c01bb3f729139"},"previous_names":["feross/eslint-config-standard"],"tags_count":83,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standard%2Feslint-config-standard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standard%2Feslint-config-standard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standard%2Feslint-config-standard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standard%2Feslint-config-standard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/standard","download_url":"https://codeload.github.com/standard/eslint-config-standard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253510378,"owners_count":21919694,"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":["development","ecmascript","es6","eslint","javascript","linter","nodejs","standard","static-code-analysis","style-guide"],"created_at":"2024-07-31T17:01:50.221Z","updated_at":"2025-05-11T03:23:08.988Z","avatar_url":"https://github.com/standard.png","language":"TypeScript","funding_links":["https://github.com/sponsors/standard","https://github.com/sponsors/feross"],"categories":["TypeScript","JavaScript","nodejs"],"sub_categories":[],"readme":"# eslint-config-standard [![CI][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]\n\n[ci-image]: https://github.com/standard/eslint-config-standard/actions/workflows/ci.yml/badge.svg?branch=master\n[ci-url]: https://github.com/standard/eslint-config-standard/actions/workflows/ci.yml\n[npm-image]: https://img.shields.io/npm/v/eslint-config-standard.svg\n[npm-url]: https://npmjs.org/package/eslint-config-standard\n[downloads-image]: https://img.shields.io/npm/dm/eslint-config-standard.svg\n[downloads-url]: https://npmjs.org/package/eslint-config-standard\n[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg\n[standard-url]: https://standardjs.com\n\n#### The ESLint config of [JavaScript Standard Style](http://standardjs.com)\n\n[![JavaScript Style Guide - Standard Style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)\n\nThis module is for advanced users. You probably want to use [`standard`](http://standardjs.com) instead :)\n\n## Usage\n\nThis package exports [a flat ESLint configuration](https://eslint.org/docs/latest/use/configure/configuration-files-new).\n\n```bash\nnpm install --save-dev eslint eslint-config-standard\n```\n\n\nExample `eslint.config.js`:\n```js\nconst standard = require('eslint-config-standard')\n\nmodule.exports = [\n    standard,\n    {\n      // your overrides here\n    }\n] \n```\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[`standard`](http://standardjs.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-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)\n\n```markdown\n[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)\n```\n\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)\n\n```markdown\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-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 Style repo](http://standardjs.com).\n\n## License\n\nMIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandard%2Feslint-config-standard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstandard%2Feslint-config-standard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandard%2Feslint-config-standard/lists"}