{"id":28282975,"url":"https://github.com/clarifynl/eslint-config-clarify","last_synced_at":"2025-06-17T06:30:27.644Z","repository":{"id":65349912,"uuid":"438259255","full_name":"clarifynl/eslint-config-clarify","owner":"clarifynl","description":"Eslint configuration for Clarify projects","archived":false,"fork":false,"pushed_at":"2024-05-23T09:41:28.000Z","size":197,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T23:49:56.369Z","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/clarifynl.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":"2021-12-14T13:16:09.000Z","updated_at":"2024-05-06T11:28:42.000Z","dependencies_parsed_at":"2024-04-08T14:43:56.811Z","dependency_job_id":"9190a485-8468-463a-9bb8-8eca1671b9df","html_url":"https://github.com/clarifynl/eslint-config-clarify","commit_stats":{"total_commits":46,"total_committers":3,"mean_commits":"15.333333333333334","dds":0.5869565217391304,"last_synced_commit":"cb89796a4dcc99063b7c66aee84ad75d7a2707a1"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/clarifynl/eslint-config-clarify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarifynl%2Feslint-config-clarify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarifynl%2Feslint-config-clarify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarifynl%2Feslint-config-clarify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarifynl%2Feslint-config-clarify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clarifynl","download_url":"https://codeload.github.com/clarifynl/eslint-config-clarify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarifynl%2Feslint-config-clarify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260306238,"owners_count":22989569,"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-05-21T16:14:02.833Z","updated_at":"2025-06-17T06:30:27.626Z","avatar_url":"https://github.com/clarifynl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clarify eslint config\n\nThis is a linter configuration to use when developing JavaScript-based projects. It uses eslint and it's based on Airbnb's configuration as a sensible base config.\n\nIt provides three configurations, one for regular JS projects, one specifically for React projects and one for Next projects. In all cases, typescript will be\ndetected automatically.\n\n## Installation:\n\n```\nnpm install --save-dev @clarifynl/eslint-config-clarify\n```\n\nIn your `package.json`, or in an `eslint.config.js` file add the following:\n\n```js\n\"eslintConfig\": {\n\t\"extends\": [\"@clarifynl/clarify\"]\n}\n```\n\nOr, for React-based projects:\n\n```js\n\"eslintConfig\": {\n\t\"extends\": [\"@clarifynl/clarify/react\"]\n}\n```\n\nOr, for Next-based projects:\n\n```js\n\"eslintConfig\": {\n\t\"extends\": [\"@clarifynl/clarify/next\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarifynl%2Feslint-config-clarify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclarifynl%2Feslint-config-clarify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarifynl%2Feslint-config-clarify/lists"}