{"id":19024995,"url":"https://github.com/zdychacek/eslint-plugin-sklik","last_synced_at":"2026-05-17T18:06:37.922Z","repository":{"id":73820159,"uuid":"111786721","full_name":"zdychacek/eslint-plugin-sklik","owner":"zdychacek","description":null,"archived":false,"fork":false,"pushed_at":"2017-12-12T17:00:43.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T19:24:52.850Z","etag":null,"topics":["deprecation-tracker","eslint","eslint-plugin"],"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/zdychacek.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-23T09:01:59.000Z","updated_at":"2017-12-12T17:01:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f33bba1-7240-47a2-97ea-91cce213e4d0","html_url":"https://github.com/zdychacek/eslint-plugin-sklik","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zdychacek/eslint-plugin-sklik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdychacek%2Feslint-plugin-sklik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdychacek%2Feslint-plugin-sklik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdychacek%2Feslint-plugin-sklik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdychacek%2Feslint-plugin-sklik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdychacek","download_url":"https://codeload.github.com/zdychacek/eslint-plugin-sklik/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdychacek%2Feslint-plugin-sklik/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33149519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deprecation-tracker","eslint","eslint-plugin"],"created_at":"2024-11-08T20:39:59.840Z","updated_at":"2026-05-17T18:06:37.892Z","avatar_url":"https://github.com/zdychacek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sklik ESLint rules\n\nInstalation:\n\n`npm i @sklik/eslint-plugin-sklik --dev`\n\n## Rules\n\n### Deprecated\n\nThis rule informs about deprecated code. It uses JSDoc syntax to mark deprecated code.\n\n**Example:**\n\nConfiguration:\n\n```js\n{\n  plugins: [\n    \"@sklik/eslint-plugin-sklik\"\n  ],\n  rules: {\n    \"@sklik/sklik/deprecated\": 1 // 2 for errors\n  }\n}\n```\n\nCode:\n\n```js\n/**\n * This is a description.\n * @deprecated since 12.0.1\n * @deprecated reason Requires AS \u003e= 15.0\n */\nfunction myFn () {}\n ```\n\nESLint output:\n\n `\"myFn\" is deprecated since version 12.0.1. Current version is 12.5.0. (Reason: \"Requires AS \u003e= 15.0\") (@sklik/sklik/deprecated)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdychacek%2Feslint-plugin-sklik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdychacek%2Feslint-plugin-sklik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdychacek%2Feslint-plugin-sklik/lists"}