{"id":19806523,"url":"https://github.com/monade/eslint-plugin-vue2","last_synced_at":"2026-05-01T22:35:44.891Z","repository":{"id":42988946,"uuid":"393509622","full_name":"monade/eslint-plugin-vue2","owner":"monade","description":"A couple of quality of life eslint rules for vue2 + class components","archived":false,"fork":false,"pushed_at":"2022-03-24T14:38:13.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-11T19:33:35.273Z","etag":null,"topics":["eslint","eslint-plugin","vue"],"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/monade.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":"2021-08-06T21:40:06.000Z","updated_at":"2022-03-24T14:38:02.000Z","dependencies_parsed_at":"2022-07-22T12:32:03.927Z","dependency_job_id":null,"html_url":"https://github.com/monade/eslint-plugin-vue2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/monade/eslint-plugin-vue2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monade%2Feslint-plugin-vue2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monade%2Feslint-plugin-vue2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monade%2Feslint-plugin-vue2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monade%2Feslint-plugin-vue2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monade","download_url":"https://codeload.github.com/monade/eslint-plugin-vue2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monade%2Feslint-plugin-vue2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-plugin","vue"],"created_at":"2024-11-12T09:07:48.315Z","updated_at":"2026-05-01T22:35:44.870Z","avatar_url":"https://github.com/monade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @monade/eslint-plugin-vue2\nA couple of quality-of-life eslint rules for vue2 + class components.\n\n## Usage\n\nInstall:\n```bash\n$ yarn add https://github.com/monade/eslint-plugin-vue2.git\n```\n\nAdd to your .eslint.js:\n\n```javascript\n   plugins: [\n     ...,\n     \"@monade/vue2\"\n   ]\n   ...\n   rules: {\n     ...,\n      \"@monade/vue2/readonly-props\": 2,\n      \"@monade/vue2/missing-component-decorator\": 2,\n      \"@monade/vue2/broken-reactivity\": 2,\n   }\n\n```\n\n## Rules\n\n### missing-component-decorator\nIt marks an error when you forget to add the @Component decorator to a Vue component.\n\n### readonly-props\nIt marks error if a @Prop or @Ref is missing the readonly statement.\n\n### broken-reactivity\nIt marks an error when you forget to set a default value to data in vue components.\n\n\n## TODO\n* Improve documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonade%2Feslint-plugin-vue2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonade%2Feslint-plugin-vue2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonade%2Feslint-plugin-vue2/lists"}