{"id":24054329,"url":"https://github.com/kindermax/eslint-plugin-tanok","last_synced_at":"2026-05-16T07:46:09.469Z","repository":{"id":57230253,"uuid":"142925052","full_name":"kindermax/eslint-plugin-tanok","owner":"kindermax","description":"tanok specific linting rules for ESLint","archived":false,"fork":false,"pushed_at":"2018-08-01T19:49:54.000Z","size":175,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-19T20:50:29.206Z","etag":null,"topics":[],"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/kindermax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-30T20:30:08.000Z","updated_at":"2018-08-01T19:49:55.000Z","dependencies_parsed_at":"2022-09-14T21:10:41.422Z","dependency_job_id":null,"html_url":"https://github.com/kindermax/eslint-plugin-tanok","commit_stats":null,"previous_names":["kindritskyimax/eslint-plugin-tanok"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindermax%2Feslint-plugin-tanok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindermax%2Feslint-plugin-tanok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindermax%2Feslint-plugin-tanok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kindermax%2Feslint-plugin-tanok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kindermax","download_url":"https://codeload.github.com/kindermax/eslint-plugin-tanok/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240833205,"owners_count":19865082,"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-01-09T03:04:09.432Z","updated_at":"2026-05-16T07:46:04.449Z","avatar_url":"https://github.com/kindermax.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-tanok\n\nEslint plugin for tanok.js\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-tanok`:\n\n```\n$ npm install eslint-plugin-tanok --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-tanok` globally.\n\n## Usage\n\nAdd `tanok` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"tanok\"\n    ]\n}\n```\n\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n    \"rules\": {\n        \"tanok/no-literal-events\": 2\n    }\n}\n```\n\n## Supported Rules\n\n* [no-literal-events] - Forbid literal event names in `send` function\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkindermax%2Feslint-plugin-tanok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkindermax%2Feslint-plugin-tanok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkindermax%2Feslint-plugin-tanok/lists"}