{"id":24956966,"url":"https://github.com/prodo-dev/eslint-plugin-prodo","last_synced_at":"2025-06-15T21:35:15.101Z","repository":{"id":57138176,"uuid":"87294423","full_name":"prodo-dev/eslint-plugin-prodo","owner":"prodo-dev","description":"ESLint custom rules","archived":false,"fork":false,"pushed_at":"2018-05-01T11:44:17.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-12T20:17:26.639Z","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/prodo-dev.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":"2017-04-05T09:59:52.000Z","updated_at":"2018-05-01T11:44:18.000Z","dependencies_parsed_at":"2022-08-22T20:50:17.303Z","dependency_job_id":null,"html_url":"https://github.com/prodo-dev/eslint-plugin-prodo","commit_stats":null,"previous_names":["prodo-ai/eslint-plugin-prodo"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/prodo-dev/eslint-plugin-prodo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prodo-dev%2Feslint-plugin-prodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prodo-dev%2Feslint-plugin-prodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prodo-dev%2Feslint-plugin-prodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prodo-dev%2Feslint-plugin-prodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prodo-dev","download_url":"https://codeload.github.com/prodo-dev/eslint-plugin-prodo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prodo-dev%2Feslint-plugin-prodo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259522187,"owners_count":22870453,"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":"2025-02-03T06:41:47.345Z","updated_at":"2025-06-15T21:35:15.071Z","avatar_url":"https://github.com/prodo-dev.png","language":"JavaScript","readme":"# eslint-plugin-prodo\n\nProdo\u0026#39;s custom ESLint stuff\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-prodo`:\n\n```\n$ npm install eslint-plugin-prodo --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-prodo` globally.\n\n## Usage\n\nAdd `prodo` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"prodo\"\n    ]\n}\n```\n\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n    \"rules\": {\n      \"prodo/sort-imports-by-path\": [\"error\", {\n        \"sortOrder\": [\"type\", \"named\", \"unnamed\"],\n        \"enforceBlankLine\": true,\n        \"enforceTrailingLine\": true,\n        \"ignoreCase\": true\n      }],\n    }\n}\n```\n\n## Supported Rules\n\n* `sort-imports-by-path`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprodo-dev%2Feslint-plugin-prodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprodo-dev%2Feslint-plugin-prodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprodo-dev%2Feslint-plugin-prodo/lists"}