{"id":19027347,"url":"https://github.com/monojack/eslint-config-mono","last_synced_at":"2026-05-01T16:30:19.739Z","repository":{"id":57228710,"uuid":"117813124","full_name":"monojack/eslint-config-mono","owner":"monojack","description":"JavaScript Mono Style - ESLint Shareable Config","archived":false,"fork":false,"pushed_at":"2018-05-19T08:24:36.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T03:07:57.292Z","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/monojack.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}},"created_at":"2018-01-17T09:18:02.000Z","updated_at":"2020-06-13T08:31:26.000Z","dependencies_parsed_at":"2022-09-14T14:51:38.332Z","dependency_job_id":null,"html_url":"https://github.com/monojack/eslint-config-mono","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monojack%2Feslint-config-mono","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monojack%2Feslint-config-mono/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monojack%2Feslint-config-mono/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monojack%2Feslint-config-mono/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monojack","download_url":"https://codeload.github.com/monojack/eslint-config-mono/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240079278,"owners_count":19744717,"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-11-08T21:07:58.742Z","updated_at":"2026-05-01T16:30:19.639Z","avatar_url":"https://github.com/monojack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-mono [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]\n\n[travis-image]: https://img.shields.io/travis/monojack/eslint-config-mono/master.svg\n[travis-url]: https://travis-ci.org/monojack/eslint-config-mono\n[npm-image]: https://img.shields.io/npm/v/eslint-config-mono.svg\n[npm-url]: https://npmjs.org/package/eslint-config-mono\n[downloads-image]: https://img.shields.io/npm/dm/eslint-config-mono.svg\n[downloads-url]: https://npmjs.org/package/eslint-config-mono\n\n#### An ESLint [Shareable Config](http://eslint.org/docs/developer-guide/shareable-configs) heavily based on [JavaScript Standard Style](http://standardjs.com)\n\n\u003e _Note: This is really intended for personal use, but feel free to use it if it looks good to you_\n\n## Install\n\n```bash\nnpm install eslint-config-mono\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 -D -E eslint eslint-config-mono\n```\n\nThen, add this to your `.eslintrc` file:\n\n```json\n{\n  \"extends\": \"mono\"\n}\n```\n\n## Custom rules\n\n```json\n{\n  \"array-bracket-spacing\": [\"warn\", \"always\"],\n  \"comma-dangle\": [\n    \"warn\",\n    {\n      \"arrays\": \"always\",\n      \"objects\": \"always\",\n      \"imports\": \"always\",\n      \"exports\": \"always\",\n      \"functions\": \"ignore\"\n    }\n  ],\n  \"quote-props\": [\"warn\", \"as-needed\", { \"keywords\": true }],\n  \"no-sequences\": [\"off\"],\n  \"no-console\": [\"warn\"],\n  \"object-curly-spacing\": [\"warn\", \"always\"],\n  \"standard/object-curly-even-spacing\": [\"off\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonojack%2Feslint-config-mono","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonojack%2Feslint-config-mono","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonojack%2Feslint-config-mono/lists"}