{"id":17677517,"url":"https://github.com/dvcol/eslint-plugin-presets","last_synced_at":"2025-05-12T21:29:20.265Z","repository":{"id":37980517,"uuid":"479762104","full_name":"dvcol/eslint-plugin-presets","owner":"dvcol","description":"Eslint plugin for basic presets","archived":false,"fork":false,"pushed_at":"2025-04-21T19:36:22.000Z","size":1216,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T20:40:05.234Z","etag":null,"topics":["eslint","eslint-config","eslint-plugin","library"],"latest_commit_sha":null,"homepage":"","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/dvcol.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}},"created_at":"2022-04-09T15:11:26.000Z","updated_at":"2024-07-14T12:06:49.000Z","dependencies_parsed_at":"2023-12-29T08:33:08.300Z","dependency_job_id":"978c9926-46e1-4a2d-a392-617eca6124ab","html_url":"https://github.com/dvcol/eslint-plugin-presets","commit_stats":{"total_commits":41,"total_committers":5,"mean_commits":8.2,"dds":"0.31707317073170727","last_synced_commit":"a79c8ed6b0f74069f6c9ed520c1f5b7b1fd03b0c"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvcol%2Feslint-plugin-presets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvcol%2Feslint-plugin-presets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvcol%2Feslint-plugin-presets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvcol%2Feslint-plugin-presets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvcol","download_url":"https://codeload.github.com/dvcol/eslint-plugin-presets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253824761,"owners_count":21970073,"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":["eslint","eslint-config","eslint-plugin","library"],"created_at":"2024-10-24T07:28:55.645Z","updated_at":"2025-05-12T21:29:20.212Z","avatar_url":"https://github.com/dvcol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-presets\n\nBasic presets for eslint\n\n## Installation\n\nYou'll first need to install [ESLint](https://eslint.org/):\n\n```sh\nnpm i eslint --save-dev\n```\n\nNext, install `@dvcol/eslint-plugin-presets`:\n\n```sh\nnpm install @dvcol/eslint-plugin-presets --save-dev\n```\n\n## Usage\n\nAdd `@dvcol/eslint-plugin-presets` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n  \"plugins\": [\n    \"@dvcol/presets\"\n  ]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n  \"rules\": {\n    \"@dvcol/presets/rule-name\": 2\n  }\n}\n```\n\nOr extends one of the presets.\n\n```json\n{\n  \"extends\": [\n    \"@dvcol/presets/base\"\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvcol%2Feslint-plugin-presets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvcol%2Feslint-plugin-presets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvcol%2Feslint-plugin-presets/lists"}