{"id":21880916,"url":"https://github.com/mntm-lib/eslint-config","last_synced_at":"2026-04-17T03:03:30.479Z","repository":{"id":133577815,"uuid":"329956779","full_name":"mntm-lib/eslint-config","owner":"mntm-lib","description":"ESLint config with TypeScript support","archived":false,"fork":false,"pushed_at":"2023-12-15T14:17:53.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T14:01:46.107Z","etag":null,"topics":["eslint","eslint-config","linting","style-linter","typescript","typescript-eslint"],"latest_commit_sha":null,"homepage":"https://npm.im/@mntm/eslint-config","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/mntm-lib.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-01-15T15:55:50.000Z","updated_at":"2021-12-24T16:33:01.000Z","dependencies_parsed_at":"2025-03-22T00:43:15.134Z","dependency_job_id":"2cdd12a0-744b-4147-9e56-fd296d707921","html_url":"https://github.com/mntm-lib/eslint-config","commit_stats":null,"previous_names":["maxi-team/eslint-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mntm-lib/eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntm-lib%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntm-lib%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntm-lib%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntm-lib%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mntm-lib","download_url":"https://codeload.github.com/mntm-lib/eslint-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mntm-lib%2Feslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31913078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eslint","eslint-config","linting","style-linter","typescript","typescript-eslint"],"created_at":"2024-11-28T09:16:57.584Z","updated_at":"2026-04-17T03:03:30.434Z","avatar_url":"https://github.com/mntm-lib.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @mntm/eslint-config [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/eolme/eslint-config/blob/master/LICENSE)\n\nESLint config with TypeScript support.\n\n## Installation\n\nWe recommend to use [yarn](https://classic.yarnpkg.com/en/docs/install/) for dependency management:\n\n```shell\nyarn add -D typescript eslint @mntm/eslint-config\n```\n\n## Setup\n\n### 1) Configure ESLint\n\nAdd `\"extends\": \"@mntm\"` to your ESLint config file.\n\nAn example `.eslintrc`:\n\n```json\n{\n  \"extends\": \"@mntm\"\n}\n```\n\n### 2) Configure the ESLint TypeScript parser\n\nThis config requires knowledge of your TypeScript config.\n\nIn your ESLint config, set [parserOptions.project](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser#parseroptionsproject) to the path of your `tsconfig.json`.\n\nFor example:\n\n```diff\n {\n   \"extends\": \"@mntm\"\n+  \"parserOptions\": {\n+    \"project\": \"./tsconfig.json\",\n+    \"tsconfigRootDir\": \".\"\n+  }\n }\n```\n\n## License\n\n@mntm/eslint-config is [MIT licensed](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmntm-lib%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmntm-lib%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmntm-lib%2Feslint-config/lists"}