{"id":22914451,"url":"https://github.com/communitysolidserver/eslint-config-base","last_synced_at":"2025-04-01T11:52:56.477Z","repository":{"id":57161464,"uuid":"323067518","full_name":"CommunitySolidServer/eslint-config-base","owner":"CommunitySolidServer","description":"Defaults for ESLint","archived":false,"fork":false,"pushed_at":"2023-09-29T09:29:20.000Z","size":173,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-16T08:18:23.100Z","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/CommunitySolidServer.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-20T12:33:45.000Z","updated_at":"2022-05-12T18:51:17.000Z","dependencies_parsed_at":"2024-06-21T04:17:09.161Z","dependency_job_id":"88598547-cb6b-49a0-b0f0-196b1411de64","html_url":"https://github.com/CommunitySolidServer/eslint-config-base","commit_stats":null,"previous_names":["solid/eslint-config-base"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommunitySolidServer%2Feslint-config-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommunitySolidServer%2Feslint-config-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommunitySolidServer%2Feslint-config-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommunitySolidServer%2Feslint-config-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CommunitySolidServer","download_url":"https://codeload.github.com/CommunitySolidServer/eslint-config-base/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246635950,"owners_count":20809331,"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":"2024-12-14T05:14:58.084Z","updated_at":"2025-04-01T11:52:56.434Z","avatar_url":"https://github.com/CommunitySolidServer.png","language":"JavaScript","readme":"# Solid ESLint base configuration\n[![npm](https://img.shields.io/npm/v/@solid/eslint-config-base)](https://www.npmjs.com/package/@solid/eslint-config-base)\n\nSolid defaults for eslinting.\n\n## Install\n\n1. Install package and its peer-dependencies\n   ```bash\n   npm install --save-dev @solid/eslint-config-base\n   npx install-peerdeps -D @solid/eslint-config-base\n   ```\n2. Extend `@solid/eslint-config-base` from `.eslintrc.js`\n   ```bash\n   printf 'module.exports = {\\n  extends: [ \"@solid/eslint-config-base\" ]\\n};\\n' \u003e .eslintrc.js\n   ```\n\n\n## Linting TypeScript\n\n### Requirements\n\nTypeScript configuration files need to match the `./**/tsconfig.*json` glob pattern adopted\nby Solid's ESLint base configuration.\n\nAll TypeScript files must be included in a `tsconfig`.\n\n### A common error\n\nA common error is missing a `tsconfig` for tests.\n```bash\nParsing error: \"parserOptions.project\" has been set for @typescript-eslint/parser.\nThe file does not match your project config: \u003cTEST_FILE\u003e\nThe file must be included in at least one of the projects provided.\n```\n\nTo fix it, extend `tsconfig.json` from a `tsconfig.test.json` that includes the `test` folder.\n```bash\nprintf '{\\n  \"extends\": \"./tsconfig.json\",\\n  \"include\": [ \"test\" ]\\n}\\n' \u003e tsconfig.test.json\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommunitysolidserver%2Feslint-config-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommunitysolidserver%2Feslint-config-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommunitysolidserver%2Feslint-config-base/lists"}