{"id":15389339,"url":"https://github.com/tpluscode/eslint-plugin-rdf","last_synced_at":"2026-02-28T21:31:37.395Z","repository":{"id":246484666,"uuid":"820959328","full_name":"tpluscode/eslint-plugin-rdf","owner":"tpluscode","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-28T08:09:52.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T23:32:54.808Z","etag":null,"topics":[],"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/tpluscode.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":"2024-06-27T14:16:56.000Z","updated_at":"2024-06-28T08:09:54.000Z","dependencies_parsed_at":"2024-06-28T08:53:38.854Z","dependency_job_id":null,"html_url":"https://github.com/tpluscode/eslint-plugin-rdf","commit_stats":null,"previous_names":["tpluscode/eslint-plugin-rdf"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tpluscode/eslint-plugin-rdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Feslint-plugin-rdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Feslint-plugin-rdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Feslint-plugin-rdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Feslint-plugin-rdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpluscode","download_url":"https://codeload.github.com/tpluscode/eslint-plugin-rdf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpluscode%2Feslint-plugin-rdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29952250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"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":[],"created_at":"2024-10-01T15:00:04.716Z","updated_at":"2026-02-28T21:31:37.376Z","avatar_url":"https://github.com/tpluscode.png","language":"JavaScript","readme":"# eslint-plugin-rdf\n\nLinting rules for RDF/JS projects.\n\n## Installation\n\n1. Install\n```shell\nnpm install --save-dev eslint-plugin-rdf\n```\n\n2. Edit `.eslintrc`\n```json\n{\n    \"extends\": [\n        \"plugin:rdf/recommended\"\n    ],\n    \"plugins\": [\n        \"rdf\"\n    ]\n}\n```\n\n## Rules\n\n### `rdf/ban-rdf-js`\n\n🔧 This rule is automatically fixable by the [`--fix` CLI option][fix].\n\nThe `rdf-js` package is deprecated. Its usages should be replaced with `@rdfjs/types`.\n\n#### Fail\n\n```ts\nimport { DataFactory } from 'rdf-js'\nimport type { NamedNode } from 'rdf-js'\nimport * as RDF from 'rdf-js'\n```\n\n#### Pass\n\n```ts\nimport { DataFactory } from '@rdfjs/types'\nimport type { NamedNode } from '@rdfjs/types'\nimport * as RDF from '@rdfjs/types'\n```\n\n#### Options\n\nThis rule has no options.\n\n[fix]: https://eslint.org/docs/latest/user-guide/command-line-interface#--fix\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpluscode%2Feslint-plugin-rdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpluscode%2Feslint-plugin-rdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpluscode%2Feslint-plugin-rdf/lists"}