{"id":27959112,"url":"https://github.com/builderhub-platform/eslint-config","last_synced_at":"2025-05-07T18:28:36.732Z","repository":{"id":65200070,"uuid":"586315582","full_name":"builderhub-platform/eslint-config","owner":"builderhub-platform","description":"Builderhub Platform Dev team ESLint configuration","archived":false,"fork":false,"pushed_at":"2025-05-04T10:14:44.000Z","size":95,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-04T11:23:13.516Z","etag":null,"topics":["eslint","eslint-config","npm","npm-package","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@builderhub/eslint-config","language":"TypeScript","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/builderhub-platform.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2023-01-07T17:46:44.000Z","updated_at":"2023-01-07T18:30:39.000Z","dependencies_parsed_at":"2024-02-15T12:26:13.841Z","dependency_job_id":"5e48b0d5-b90b-4bfb-be43-7cf1162f3e7e","html_url":"https://github.com/builderhub-platform/eslint-config","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builderhub-platform%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builderhub-platform%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builderhub-platform%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builderhub-platform%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/builderhub-platform","download_url":"https://codeload.github.com/builderhub-platform/eslint-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252933366,"owners_count":21827498,"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","npm","npm-package","typescript"],"created_at":"2025-05-07T18:28:36.263Z","updated_at":"2025-05-07T18:28:36.721Z","avatar_url":"https://github.com/builderhub-platform.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @builderhub/eslint-config\n\n[![Publish Package to npmjs](https://github.com/builderhub-platform/eslint-config/actions/workflows/publish.yml/badge.svg)](https://github.com/builderhub-platform/eslint-config/actions/workflows/publish.yml) ![npm](https://img.shields.io/npm/dw/@builderhub%2Feslint-config) ![npm](https://img.shields.io/npm/v/@builderhub/eslint-config?color=%2357C754\u0026label=npm%20version) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nStandard ESLint configuration for Builderhub Platform Dev team projects.\n\nCode lint with TypeScript and Prettier\n\n## Installation\n\n```\nnpm install -D @builderhub/eslint-config\n```\n\n## Usage\n\nadd `.eslintrc` and add more your rules in `rules` field.\n\n```json\n{\n  \"extends\": [\"@builderhub/eslint-config\"],\n  \"rules\": {}\n}\n```\n\n## Configuration\n\n```js\nmodule.exports = {\n  parser: \"@typescript-eslint/parser\",\n  plugins: [\"@typescript-eslint\"],\n  extends: [\n    \"eslint:recommended\",\n    \"plugin:@typescript-eslint/recommended\",\n    \"plugin:prettier/recommended\",\n  ],\n  parserOptions: {\n    ecmaVersion: 2018,\n    createDefaultProgram: true,\n  },\n  rules: {\n    \"prettier/prettier\": [\"error\"],\n    \"no-console\": [\"off\"],\n    \"import/no-extraneous-dependencies\": [\"off\"],\n    \"no-return-await\": [\"off\"],\n    \"import/extensions\": [\"off\"],\n    \"import/no-unresolved\": [\"off\"],\n    \"class-methods-use-this\": [\"off\"],\n    \"no-unused-vars\": [\"off\"],\n    \"no-useless-escape\": [\"off\"],\n    \"import/prefer-default-export\": [\"off\"],\n    \"@typescript-eslint/no-unused-vars\": [\"warn\", { argsIgnorePattern: \"^_\" }],\n    \"@typescript-eslint/explicit-function-return-type\": \"off\",\n    \"@typescript-eslint/no-explicit-any\": [\"warn\"],\n  },\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuilderhub-platform%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuilderhub-platform%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuilderhub-platform%2Feslint-config/lists"}