{"id":21340594,"url":"https://github.com/vikiboss/eslint-config","last_synced_at":"2026-05-11T06:50:32.291Z","repository":{"id":112198287,"uuid":"561582074","full_name":"vikiboss/eslint-config","owner":"vikiboss","description":"Viki's shareable opinionated eslint config monorepo","archived":false,"fork":false,"pushed_at":"2023-09-06T07:48:06.000Z","size":165,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T02:42:03.867Z","etag":null,"topics":["eslint","eslint-config","prettier-eslint","typescript"],"latest_commit_sha":null,"homepage":"https://npm.im/@vmoe/eslint-config","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vikiboss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-11-04T02:14:40.000Z","updated_at":"2023-04-20T12:31:40.000Z","dependencies_parsed_at":"2024-10-04T12:51:06.263Z","dependency_job_id":"42d1c62d-d177-4f8a-a79c-bf25f55b9085","html_url":"https://github.com/vikiboss/eslint-config","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikiboss%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikiboss%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikiboss%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikiboss%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikiboss","download_url":"https://codeload.github.com/vikiboss/eslint-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243817745,"owners_count":20352601,"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":["eslint","eslint-config","prettier-eslint","typescript"],"created_at":"2024-11-22T00:51:57.165Z","updated_at":"2026-05-11T06:50:27.268Z","avatar_url":"https://github.com/vikiboss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @vmoe/eslint-config\n\nViki's shareable opinionated [ESLint](https://eslint.org) config monorepo.\n\n**Features:**\n\n- base on [standard](https://github.com/standard/eslint-config-standard)\n- support `React` \u0026 `Vanilla JS/TS`\n\n**Packages:**\n\n- `@vmoe/eslint-config`: rules for `TypeScript` (fallback to vanilla JS if no TS module detected)\n- `@vmoe/eslint-config-vanilla`: rules for base `JavaScript`\n- `@vmoe/eslint-config-ts`: rules for `TypeScript` and `JavaScript`\n- `@vmoe/eslint-config-react`: rules for `React` (`TypeScript` by defaults)\n\n## Usage\n\nInstall these dev dependencies via package manager of your choice.\n\n```shell\npnpm add -D eslint prettier @vmoe/eslint-config @vmoe/prettier-config\n```\n\n```shell\nnpm i -D eslint prettier @vmoe/eslint-config @vmoe/prettier-config\n```\n\n```shell\nyarn add -D eslint prettier @vmoe/eslint-config @vmoe/prettier-config\n```\n\nConfig your `.eslintrc`\n\n```json\n{\n  \"extends\": \"@vmoe\"\n}\n```\n\nConfig your `.prettierrc`\n\n```json\n\"@vmoe/prettier-config\"\n```\n\nAdd following scripts to `package.json`\n\n```json\n{\n  \"scripts\": {\n    \"lint\": \"eslint .\",\n    \"lint:fix\": \"eslint . --fix\"\n  }\n}\n```\n\nRun the script via package manager of your choice\n\n```shell\nnpm run lint  # npm\nyarn run lint # yarn\npnpm run lint # pnpm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikiboss%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikiboss%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikiboss%2Feslint-config/lists"}