{"id":17272722,"url":"https://github.com/cevek/eslintio","last_synced_at":"2026-01-30T03:13:04.515Z","repository":{"id":44064365,"uuid":"213189526","full_name":"cevek/eslintio","owner":"cevek","description":"Opinionated eslint rules","archived":false,"fork":false,"pushed_at":"2022-02-12T15:11:42.000Z","size":44,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T14:55:19.406Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cevek.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}},"created_at":"2019-10-06T15:06:24.000Z","updated_at":"2019-10-07T12:50:39.000Z","dependencies_parsed_at":"2022-09-23T01:02:09.292Z","dependency_job_id":null,"html_url":"https://github.com/cevek/eslintio","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/cevek%2Feslintio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevek%2Feslintio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevek%2Feslintio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevek%2Feslintio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cevek","download_url":"https://codeload.github.com/cevek/eslintio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247458258,"owners_count":20941999,"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-15T08:49:18.596Z","updated_at":"2026-01-30T03:13:04.477Z","avatar_url":"https://github.com/cevek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-eslintio\n\nOpinionated eslint rules\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```\n$ npm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-eslintio`:\n\n```\n$ npm install eslint-plugin-eslintio --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-eslintio` globally.\n\n## Usage\n\nAdd `eslintio` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"eslintio\"\n    ]\n}\n```\n\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n    \"rules\": {\n        \"eslintio/sort-keys\": \"error\"\n    }\n}\n```\n\n## Supported Rules\n\n* `sort-keys` - require object keys to be sorted by key length and then sorted alphabetically\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcevek%2Feslintio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcevek%2Feslintio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcevek%2Feslintio/lists"}