{"id":25774442,"url":"https://github.com/markusand/eslint-config-markusand","last_synced_at":"2026-05-15T19:32:30.898Z","repository":{"id":237576160,"uuid":"794794202","full_name":"markusand/eslint-config-markusand","owner":"markusand","description":"Very opinionated eslint configuration","archived":false,"fork":false,"pushed_at":"2026-02-09T08:19:24.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-09T13:48:58.209Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markusand.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":"2024-05-02T01:01:04.000Z","updated_at":"2024-06-21T11:30:27.000Z","dependencies_parsed_at":"2025-02-27T05:30:54.568Z","dependency_job_id":"2d7cdcf0-54ae-4ed5-8734-f88f8a382b2c","html_url":"https://github.com/markusand/eslint-config-markusand","commit_stats":null,"previous_names":["markusand/eslint-config-markusand"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markusand/eslint-config-markusand","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusand%2Feslint-config-markusand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusand%2Feslint-config-markusand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusand%2Feslint-config-markusand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusand%2Feslint-config-markusand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markusand","download_url":"https://codeload.github.com/markusand/eslint-config-markusand/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusand%2Feslint-config-markusand/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33076178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2025-02-27T05:29:59.165Z","updated_at":"2026-05-15T19:32:30.886Z","avatar_url":"https://github.com/markusand.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# markusand's ESLint config\n\nVery opinionated linting configuration for TypeScript and Vue projects using **ESLint 9+**.\n\n- **ESLint recommended** + manually configured Airbnb-style rules\n- **Recommended style** for [Vue 3](https://eslint.vuejs.org/rules/) and [TypeScript](https://typescript-eslint.io/)\n- Very opinionated custom rules overrides\n- Support for **import** linting with path alias resolution\n\n## Requirements\n\n- ESLint 9.0+\n- Vue 3\n\n## Installation\n\n```bash\nnpm install -D eslint@^9.0.0 eslint-config-markusand\n```\n\n## Usage\n\nCreate an `eslint.config.js` file in your project root:\n\n```javascript\nimport base from 'eslint-config-markusand';\n\nexport default [\n  ...base,\n  // Your project-specific overrides\n];\n```\n\nFor Vue projects:\n\n```javascript\nimport vue from 'eslint-config-markusand/vue';\n\nexport default [\n  ...vue,\n  // Your project-specific overrides\n];\n```\n\n### Aliased Imports\n\nTo resolve aliased imports, add the `paths` option in your `tsconfig.json`:\n\n```json\n{\n  \"compilerOptions\": {\n    \"paths\": {\n      \"/@/*\": [\"./src/*\"]\n    }\n  }\n}\n```\n\nThe import resolver will automatically use these path mappings from your TypeScript configuration.\n\n## Migration from v1.x\n\nUpdate Dependencies\n\n```bash\nnpm install -D eslint@^9.0.0 eslint-config-markusand@^2.0.0\n```\n\nDelete Old Config Files. ESLint 9 no longer uses `.eslintrc.*` files.\nCreate an `eslint.config.js` file as shown in the Usage section above.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusand%2Feslint-config-markusand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkusand%2Feslint-config-markusand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusand%2Feslint-config-markusand/lists"}