{"id":14978265,"url":"https://github.com/quramy/eslint-plugin-tutorial","last_synced_at":"2025-04-12T23:39:53.890Z","repository":{"id":37077162,"uuid":"173682889","full_name":"Quramy/eslint-plugin-tutorial","owner":"Quramy","description":"A tutorial/template repository to explain how to create your eslint plugins","archived":false,"fork":false,"pushed_at":"2025-04-07T19:27:20.000Z","size":1279,"stargazers_count":201,"open_issues_count":12,"forks_count":37,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T23:39:47.827Z","etag":null,"topics":["eslint-plugin","eslint-rules","tutorial","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Quramy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-04T06:00:53.000Z","updated_at":"2025-03-19T10:53:36.000Z","dependencies_parsed_at":"2024-03-04T20:37:26.725Z","dependency_job_id":"8cec877d-ecb3-4f1e-9c26-890ae5c5f147","html_url":"https://github.com/Quramy/eslint-plugin-tutorial","commit_stats":{"total_commits":281,"total_committers":8,"mean_commits":35.125,"dds":0.3167259786476868,"last_synced_commit":"8248eecff2e28edd61e9df3dcb880d2ec1934c50"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quramy%2Feslint-plugin-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quramy%2Feslint-plugin-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quramy%2Feslint-plugin-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quramy%2Feslint-plugin-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quramy","download_url":"https://codeload.github.com/Quramy/eslint-plugin-tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647255,"owners_count":21139081,"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-plugin","eslint-rules","tutorial","typescript"],"created_at":"2024-09-24T13:57:13.706Z","updated_at":"2025-04-12T23:39:53.871Z","avatar_url":"https://github.com/Quramy.png","language":"TypeScript","readme":"# ESLint plugin tutorial\n\n## What's this?\n\nThis is an example repository to explain how to create your ESLint rules.\n\n## Why should we learn how to create custom ESLint rules?\n\nLint rules help to keep our codes' quality constant. Automatic code checking brings time for more productive activities, and also eliminates indivisual effects from code review.\n\nCreating ESLint rules is a good subject to learn AST(Abstract Syntax Tree) analysis. Today, analysis of AST is the foundation of the JavaScript build ecosystem. There are many libraries using AST, such as Babel plugins, custom TypeScript transformers, prettier, webpack and so on. Your team's JavaScript gets improved significantly if you can control AST freely!\n\n## Tutorial\n\n[See guides](./guide/README.md).\n\n## Getting started\n\nThis repository is also designed to work as a project template for custom ESLint rules.\n\nIf you want to start quickly, follow the procedure below:\n\n- Clone this repository\n- Remove `.git` and `guide` dirs\n- Change pkg name via edit `package.json`\n- Change and test rule codes under `src/rules` dir\n\nThis repository includes:\n\n- TypeScript setting\n- Jest\n- GitHub actions configuration\n\n## LICENSE\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquramy%2Feslint-plugin-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquramy%2Feslint-plugin-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquramy%2Feslint-plugin-tutorial/lists"}